Color Hex Logo

#be02ae Color Hex

#BE02AE
(190,2,174)
0 Favorites   0 Comments

Color spaces of #be02ae

RGB 1902174
HSL0.850.980.38
HSV305°99°75°
CMYK 0.000.990.08   0.25
XYZ28.896914.046641.2326
Yxy14.04660.34330.1669
Hunter Lab37.478872.0392-38.9932
CIE-Lab44.299776.2952-40.7311

#be02ae color RGB value is (190,2,174).

#be02ae hex color red value is 190, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #be02ae hue: 0.85 , saturation: 0.98 and the lightness value of be02ae is 0.38.

The process color (four color CMYK) of #be02ae color hex is 0.00, 0.99, 0.08, 0.25. Web safe color of #be02ae is #cc0099. Color #be02ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000010 10101110
Octal 276 2 256
Decimal 190 2 174
Hex BE 2 AE

RGB Percentages of Color #be02ae

%51.91
%0.55
%47.54

CMYK Percentages of Color #be02ae

%0
%99
%8
%25

Triadic Colors of #be02ae

#be02ae #aebe02 #02aebe

Analogous Colors of #be02ae

#be02ae #be0250 #7002be

Monochromatic Colors of #be02ae

#be02ae

Complementary Color

#be02ae #02be12

#be02ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be02ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be02ae Color CSS Codes

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

#be02ae Text Font Color

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

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


#be02ae Background Color

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

This div background color is #be02ae


#be02ae Border Color

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

This div border color is #be02ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be02ae


Comments

No comments written yet.

Please login to write comment.