Color Hex Logo

#be30ca Color Hex

#BE30CA
(190,48,202)
0 Favorites   0 Comments

Color spaces of #be30ca

RGB 19048202
HSL0.820.620.49
HSV295°76°79°
CMYK 0.060.760.00   0.21
XYZ32.952817.325357.4844
Yxy17.32530.30580.1608
Hunter Lab41.623768.4742-52.7459
CIE-Lab48.667372.5155-50.1488

#be30ca color RGB value is (190,48,202).

#be30ca hex color red value is 190, green value is 48 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #be30ca hue: 0.82 , saturation: 0.62 and the lightness value of be30ca is 0.49.

The process color (four color CMYK) of #be30ca color hex is 0.06, 0.76, 0.00, 0.21. Web safe color of #be30ca is #cc33cc. Color #be30ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110000 11001010
Octal 276 60 312
Decimal 190 48 202
Hex BE 30 CA

RGB Percentages of Color #be30ca

%43.18
%10.91
%45.91

CMYK Percentages of Color #be30ca

%6
%76
%0
%21

Triadic Colors of #be30ca

#be30ca #cabe30 #30cabe

Analogous Colors of #be30ca

#be30ca #ca3089 #7130ca

Monochromatic Colors of #be30ca

#be30ca

Complementary Color

#be30ca #3cca30

#be30ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be30ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#be30ca Color CSS Codes

.mybgcolor {background-color:#be30ca; } 
.myforecolor {color:#be30ca; }
.mybordercolor {border:3px solid #be30ca; }

#be30ca Text Font Color

<p style="color:#be30ca">Text here</p>

This sample text font color is #be30ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be30ca Background Color

<div style="background-color:#be30ca">
Div content here</div>

This div background color is #be30ca


#be30ca Border Color

<div style="border:3px solid #be30ca">
Div here</div>

This div border color is #be30ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,48,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be30ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be30ca;
  -webkit-box-shadow: 1px 1px 3px 2px #be30ca;
  box-shadow:         1px 1px 3px 2px #be30ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,48,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be30ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be30ca;
  -webkit-box-shadow: 1px 1px 3px 2px #be30ca;
  box-shadow:         1px 1px 3px 2px #be30ca;">
Div content here</div>

This div box has shadow with color #be30ca


Comments

No comments written yet.

Please login to write comment.