Color Hex Logo

#be42cb Color Hex

#BE42CB
(190,66,203)
0 Favorites   0 Comments

Color spaces of #be42cb

RGB 19066203
HSL0.820.570.53
HSV294°67°80°
CMYK 0.060.670.00   0.20
XYZ33.962919.155458.4072
Yxy19.15540.30450.1718
Hunter Lab43.766961.9231-48.4861
CIE-Lab50.868566.5806-47.2140

#be42cb color RGB value is (190,66,203).

#be42cb hex color red value is 190, green value is 66 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be42cb hue: 0.82 , saturation: 0.57 and the lightness value of be42cb is 0.53.

The process color (four color CMYK) of #be42cb color hex is 0.06, 0.67, 0.00, 0.20. Web safe color of #be42cb is #cc33cc. Color #be42cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 11001011
Octal 276 102 313
Decimal 190 66 203
Hex BE 42 CB

RGB Percentages of Color #be42cb

%41.39
%14.38
%44.23

CMYK Percentages of Color #be42cb

%6
%67
%0
%20

Triadic Colors of #be42cb

#be42cb #cbbe42 #42cbbe

Analogous Colors of #be42cb

#be42cb #cb4294 #7a42cb

Monochromatic Colors of #be42cb

#be42cb

Complementary Color

#be42cb #4fcb42

#be42cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be42cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be42cb Color CSS Codes

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

#be42cb Text Font Color

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

This sample text font color is #be42cb
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.


#be42cb Background Color

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

This div background color is #be42cb


#be42cb Border Color

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

This div border color is #be42cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be42cb


Comments

No comments written yet.

Please login to write comment.