Color Hex Logo

#be59cb Color Hex

#BE59CB
(190,89,203)
0 Favorites   0 Comments

Color spaces of #be59cb

RGB 19089203
HSL0.810.520.57
HSV293°56°80°
CMYK 0.060.560.00   0.20
XYZ35.587122.403758.9486
Yxy22.40370.30430.1916
Hunter Lab47.332551.3737-40.7078
CIE-Lab54.452756.6994-41.5348

#be59cb color RGB value is (190,89,203).

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

The process color (four color CMYK) of #be59cb color hex is 0.06, 0.56, 0.00, 0.20. Web safe color of #be59cb is #cc66cc. Color #be59cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 11001011
Octal 276 131 313
Decimal 190 89 203
Hex BE 59 CB

RGB Percentages of Color #be59cb

%39.42
%18.46
%42.12

CMYK Percentages of Color #be59cb

%6
%56
%0
%20

Triadic Colors of #be59cb

#be59cb #cbbe59 #59cbbe

Analogous Colors of #be59cb

#be59cb #cb599f #8559cb

Monochromatic Colors of #be59cb

#be59cb

Complementary Color

#be59cb #66cb59

#be59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59cb Color CSS Codes

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

#be59cb Text Font Color

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

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


#be59cb Background Color

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

This div background color is #be59cb


#be59cb Border Color

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

This div border color is #be59cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,89,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 #be59cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59cb


Comments

No comments written yet.

Please login to write comment.