Color Hex Logo

#be0887 Color Hex

#BE0887
(190,8,135)
0 Favorites   0 Comments

Color spaces of #be0887

RGB 1908135
HSL0.880.920.39
HSV318°96°75°
CMYK 0.000.960.29   0.25
XYZ25.695212.870124.0516
Yxy12.87010.41040.2055
Hunter Lab35.874965.0685-14.6373
CIE-Lab42.566970.8582-19.9222

#be0887 color RGB value is (190,8,135).

#be0887 hex color red value is 190, green value is 8 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #be0887 hue: 0.88 , saturation: 0.92 and the lightness value of be0887 is 0.39.

The process color (four color CMYK) of #be0887 color hex is 0.00, 0.96, 0.29, 0.25. Web safe color of #be0887 is #cc0099. Color #be0887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001000 10000111
Octal 276 10 207
Decimal 190 8 135
Hex BE 8 87

RGB Percentages of Color #be0887

%57.06
%2.40
%40.54

CMYK Percentages of Color #be0887

%0
%96
%29
%25

Triadic Colors of #be0887

#be0887 #87be08 #0887be

Analogous Colors of #be0887

#be0887 #be082c #9a08be

Monochromatic Colors of #be0887

#be0887

Complementary Color

#be0887 #08be3f

#be0887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0887 Color CSS Codes

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

#be0887 Text Font Color

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

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


#be0887 Background Color

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

This div background color is #be0887


#be0887 Border Color

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

This div border color is #be0887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0887


Comments

No comments written yet.

Please login to write comment.