Color Hex Logo

#be88cb Color Hex

#BE88CB
(190,136,203)
0 Favorites   0 Comments

Color spaces of #be88cb

RGB 190136203
HSL0.800.390.66
HSV288°33°80°
CMYK 0.060.330.00   0.20
XYZ40.818932.867360.6925
Yxy32.86730.30380.2446
Hunter Lab57.330026.7643-22.6364
CIE-Lab64.053332.1767-26.5739

#be88cb color RGB value is (190,136,203).

#be88cb hex color red value is 190, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #be88cb hue: 0.80 , saturation: 0.39 and the lightness value of be88cb is 0.66.

The process color (four color CMYK) of #be88cb color hex is 0.06, 0.33, 0.00, 0.20. Web safe color of #be88cb is #cc99cc. Color #be88cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001000 11001011
Octal 276 210 313
Decimal 190 136 203
Hex BE 88 CB

RGB Percentages of Color #be88cb

%35.92
%25.71
%38.37

CMYK Percentages of Color #be88cb

%6
%33
%0
%20

Triadic Colors of #be88cb

#be88cb #cbbe88 #88cbbe

Analogous Colors of #be88cb

#be88cb #cb88b7 #9d88cb

Monochromatic Colors of #be88cb

#be88cb

Complementary Color

#be88cb #95cb88

#be88cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be88cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be88cb Color CSS Codes

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

#be88cb Text Font Color

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

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


#be88cb Background Color

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

This div background color is #be88cb


#be88cb Border Color

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

This div border color is #be88cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be88cb


Comments

No comments written yet.

Please login to write comment.