Color Hex Logo

#be12ae Color Hex

#BE12AE
(190,18,174)
0 Favorites   0 Comments

Color spaces of #be12ae

RGB 19018174
HSL0.850.830.41
HSV306°91°75°
CMYK 0.000.910.08   0.25
XYZ29.091514.435841.2975
Yxy14.43580.34300.1702
Hunter Lab37.994570.1830-37.8482
CIE-Lab44.851574.6695-39.8555

#be12ae color RGB value is (190,18,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010010 10101110
Octal 276 22 256
Decimal 190 18 174
Hex BE 12 AE

RGB Percentages of Color #be12ae

%49.74
%4.71
%45.55

CMYK Percentages of Color #be12ae

%0
%91
%8
%25

Triadic Colors of #be12ae

#be12ae #aebe12 #12aebe

Analogous Colors of #be12ae

#be12ae #be1258 #7812be

Monochromatic Colors of #be12ae

#be12ae

Complementary Color

#be12ae #12be22

#be12ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be12ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be12ae Color CSS Codes

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

#be12ae Text Font Color

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

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


#be12ae Background Color

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

This div background color is #be12ae


#be12ae Border Color

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

This div border color is #be12ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be12ae


Comments

No comments written yet.

Please login to write comment.