Color Hex Logo

#be24ad Color Hex

#BE24AD
(190,36,173)
0 Favorites   0 Comments

Color spaces of #be24ad

RGB 19036173
HSL0.850.680.44
HSV307°81°75°
CMYK 0.000.810.09   0.25
XYZ29.408915.226040.9241
Yxy15.22600.34370.1780
Hunter Lab39.020566.2456-34.8681
CIE-Lab45.942271.1895-37.5375

#be24ad color RGB value is (190,36,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100100 10101101
Octal 276 44 255
Decimal 190 36 173
Hex BE 24 AD

RGB Percentages of Color #be24ad

%47.62
%9.02
%43.36

CMYK Percentages of Color #be24ad

%0
%81
%9
%25

Triadic Colors of #be24ad

#be24ad #adbe24 #24adbe

Analogous Colors of #be24ad

#be24ad #be2460 #8224be

Monochromatic Colors of #be24ad

#be24ad

Complementary Color

#be24ad #24be35

#be24ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be24ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be24ad Color CSS Codes

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

#be24ad Text Font Color

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

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


#be24ad Background Color

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

This div background color is #be24ad


#be24ad Border Color

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

This div border color is #be24ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be24ad


Comments

No comments written yet.

Please login to write comment.