Color Hex Logo

#be15ae Color Hex

#BE15AE
(190,21,174)
0 Favorites   0 Comments

Color spaces of #be15ae

RGB 19021174
HSL0.850.800.41
HSV306°89°75°
CMYK 0.000.890.08   0.25
XYZ29.143414.539541.3148
Yxy14.53950.34290.1711
Hunter Lab38.130769.6993-37.5495
CIE-Lab44.996974.2433-39.6251

#be15ae color RGB value is (190,21,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 10101110
Octal 276 25 256
Decimal 190 21 174
Hex BE 15 AE

RGB Percentages of Color #be15ae

%49.35
%5.45
%45.19

CMYK Percentages of Color #be15ae

%0
%89
%8
%25

Triadic Colors of #be15ae

#be15ae #aebe15 #15aebe

Analogous Colors of #be15ae

#be15ae #be155a #7a15be

Monochromatic Colors of #be15ae

#be15ae

Complementary Color

#be15ae #15be25

#be15ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be15ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be15ae Color CSS Codes

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

#be15ae Text Font Color

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

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


#be15ae Background Color

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

This div background color is #be15ae


#be15ae Border Color

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

This div border color is #be15ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be15ae


Comments

No comments written yet.

Please login to write comment.