Color Hex Logo

#be89cb Color Hex

#BE89CB
(190,137,203)
0 Favorites   0 Comments

Color spaces of #be89cb

RGB 190137203
HSL0.800.390.67
HSV288°33°80°
CMYK 0.060.330.00   0.20
XYZ40.960433.150360.7397
Yxy33.15030.30370.2458
Hunter Lab57.576326.2283-22.2442
CIE-Lab64.282431.6246-26.2216

#be89cb color RGB value is (190,137,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 11001011
Octal 276 211 313
Decimal 190 137 203
Hex BE 89 CB

RGB Percentages of Color #be89cb

%35.85
%25.85
%38.30

CMYK Percentages of Color #be89cb

%6
%33
%0
%20

Triadic Colors of #be89cb

#be89cb #cbbe89 #89cbbe

Analogous Colors of #be89cb

#be89cb #cb89b7 #9d89cb

Monochromatic Colors of #be89cb

#be89cb

Complementary Color

#be89cb #96cb89

#be89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be89cb Color CSS Codes

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

#be89cb Text Font Color

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

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


#be89cb Background Color

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

This div background color is #be89cb


#be89cb Border Color

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

This div border color is #be89cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be89cb


Comments

No comments written yet.

Please login to write comment.