Color Hex Logo

#be89cc Color Hex

#BE89CC
(190,137,204)
0 Favorites   0 Comments

Color spaces of #be89cc

RGB 190137204
HSL0.800.400.67
HSV287°33°80°
CMYK 0.070.330.00   0.20
XYZ41.079933.198161.3695
Yxy33.19810.30280.2447
Hunter Lab57.617826.4344-22.8181
CIE-Lab64.321031.8253-26.7222

#be89cc color RGB value is (190,137,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001001 11001100
Octal 276 211 314
Decimal 190 137 204
Hex BE 89 CC

RGB Percentages of Color #be89cc

%35.78
%25.80
%38.42

CMYK Percentages of Color #be89cc

%7
%33
%0
%20

Triadic Colors of #be89cc

#be89cc #ccbe89 #89ccbe

Analogous Colors of #be89cc

#be89cc #cc89b9 #9d89cc

Monochromatic Colors of #be89cc

#be89cc

Complementary Color

#be89cc #97cc89

#be89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be89cc Color CSS Codes

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

#be89cc Text Font Color

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

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


#be89cc Background Color

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

This div background color is #be89cc


#be89cc Border Color

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

This div border color is #be89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be89cc


Comments

No comments written yet.

Please login to write comment.