Color Hex Logo

#be24ae Color Hex

#BE24AE
(190,36,174)
0 Favorites   0 Comments

Color spaces of #be24ae

RGB 19036174
HSL0.850.680.44
HSV306°81°75°
CMYK 0.000.810.08   0.25
XYZ29.506115.264941.4357
Yxy15.26490.34230.1771
Hunter Lab39.070366.4310-35.5303
CIE-Lab45.994971.3345-38.0455

#be24ae color RGB value is (190,36,174).

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

The process color (four color CMYK) of #be24ae color hex is 0.00, 0.81, 0.08, 0.25. Web safe color of #be24ae is #cc3399. Color #be24ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 10101110
Octal 276 44 256
Decimal 190 36 174
Hex BE 24 AE

RGB Percentages of Color #be24ae

%47.50
%9.00
%43.50

CMYK Percentages of Color #be24ae

%0
%81
%8
%25

Triadic Colors of #be24ae

#be24ae #aebe24 #24aebe

Analogous Colors of #be24ae

#be24ae #be2461 #8124be

Monochromatic Colors of #be24ae

#be24ae

Complementary Color

#be24ae #24be34

#be24ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be24ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#be24ae Color CSS Codes

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

#be24ae Text Font Color

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

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


#be24ae Background Color

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

This div background color is #be24ae


#be24ae Border Color

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

This div border color is #be24ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be24ae


Comments

No comments written yet.

Please login to write comment.