Color Hex Logo

#e11dcb Color Hex

#E11DCB
(225,29,203)
0 Favorites   0 Comments

Color spaces of #e11dcb

RGB 22529203
HSL0.850.770.50
HSV307°87°88°
CMYK 0.000.870.10   0.12
XYZ42.270221.198158.3637
Yxy21.19810.34700.1740
Hunter Lab46.041483.3068-42.9291
CIE-Lab53.165683.5253-43.2131

#e11dcb color RGB value is (225,29,203).

#e11dcb hex color red value is 225, green value is 29 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e11dcb hue: 0.85 , saturation: 0.77 and the lightness value of e11dcb is 0.50.

The process color (four color CMYK) of #e11dcb color hex is 0.00, 0.87, 0.10, 0.12. Web safe color of #e11dcb is #cc33cc. Color #e11dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 11001011
Octal 341 35 313
Decimal 225 29 203
Hex E1 1D CB

RGB Percentages of Color #e11dcb

%49.23
%6.35
%44.42

CMYK Percentages of Color #e11dcb

%0
%87
%10
%12

Triadic Colors of #e11dcb

#e11dcb #cbe11d #1dcbe1

Analogous Colors of #e11dcb

#e11dcb #e11d69 #951de1

Monochromatic Colors of #e11dcb

#e11dcb

Complementary Color

#e11dcb #1de133

#e11dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11dcb Color CSS Codes

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

#e11dcb Text Font Color

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

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


#e11dcb Background Color

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

This div background color is #e11dcb


#e11dcb Border Color

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

This div border color is #e11dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11dcb


Comments

No comments written yet.

Please login to write comment.