Color Hex Logo

#e24dcb Color Hex

#E24DCB
(226,77,203)
0 Favorites   0 Comments

Color spaces of #e24dcb

RGB 22677203
HSL0.860.720.59
HSV309°66°89°
CMYK 0.000.660.10   0.11
XYZ44.797425.788359.1165
Yxy25.78830.34540.1988
Hunter Lab50.782268.5946-33.4731
CIE-Lab57.835670.8554-35.8570

#e24dcb color RGB value is (226,77,203).

#e24dcb hex color red value is 226, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e24dcb hue: 0.86 , saturation: 0.72 and the lightness value of e24dcb is 0.59.

The process color (four color CMYK) of #e24dcb color hex is 0.00, 0.66, 0.10, 0.11. Web safe color of #e24dcb is #cc66cc. Color #e24dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001101 11001011
Octal 342 115 313
Decimal 226 77 203
Hex E2 4D CB

RGB Percentages of Color #e24dcb

%44.66
%15.22
%40.12

CMYK Percentages of Color #e24dcb

%0
%66
%10
%11

Triadic Colors of #e24dcb

#e24dcb #cbe24d #4dcbe2

Analogous Colors of #e24dcb

#e24dcb #e24d81 #af4de2

Monochromatic Colors of #e24dcb

#e24dcb

Complementary Color

#e24dcb #4de264

#e24dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24dcb Color CSS Codes

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

#e24dcb Text Font Color

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

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


#e24dcb Background Color

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

This div background color is #e24dcb


#e24dcb Border Color

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

This div border color is #e24dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,77,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #e24dcb;
  box-shadow:         1px 1px 3px 2px #e24dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24dcb


Comments

No comments written yet.

Please login to write comment.