Color Hex Logo

#be0eab Color Hex

#BE0EAB
(190,14,171)
0 Favorites   0 Comments

Color spaces of #be0eab

RGB 19014171
HSL0.850.860.40
HSV306°93°75°
CMYK 0.000.930.10   0.25
XYZ28.742914.201539.7543
Yxy14.20150.34760.1717
Hunter Lab37.684970.1965-36.1664
CIE-Lab44.520574.7450-38.6000

#be0eab color RGB value is (190,14,171).

#be0eab hex color red value is 190, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be0eab hue: 0.85 , saturation: 0.86 and the lightness value of be0eab is 0.40.

The process color (four color CMYK) of #be0eab color hex is 0.00, 0.93, 0.10, 0.25. Web safe color of #be0eab is #cc0099. Color #be0eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00001110 10101011
Octal 276 16 253
Decimal 190 14 171
Hex BE E AB

RGB Percentages of Color #be0eab

%50.67
%3.73
%45.60

CMYK Percentages of Color #be0eab

%0
%93
%10
%25

Triadic Colors of #be0eab

#be0eab #abbe0e #0eabbe

Analogous Colors of #be0eab

#be0eab #be0e53 #790ebe

Monochromatic Colors of #be0eab

#be0eab

Complementary Color

#be0eab #0ebe21

#be0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be0eab Color CSS Codes

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

#be0eab Text Font Color

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

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


#be0eab Background Color

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

This div background color is #be0eab


#be0eab Border Color

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

This div border color is #be0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be0eab


Comments

No comments written yet.

Please login to write comment.