color codes Logo

#e11dbf color codes

#E11DBF
(225,29,191)
0 Favorites   0 Comments

Color spaces of #e11dbf

RGB 22529191
HSL0.860.770.50
HSV310°87°88°
CMYK 0.000.870.15   0.12
XYZ40.894720.647951.1203
Yxy20.64790.36300.1833
Hunter Lab45.440081.1251-34.8937
CIE-Lab52.562081.9417-37.2339

#e11dbf color RGB value is (225,29,191).

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

The process color (four color CMYK) of #e11dbf color code is 0.00, 0.87, 0.15, 0.12. Web safe color of #e11dbf is #cc33cc. Color #e11dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 10111111
Octal 341 35 277
Decimal 225 29 191
Hex E1 1D BF

RGB Percentages of Color #e11dbf

%50.56
%6.52
%42.92

CMYK Percentages of Color #e11dbf

%0
%87
%15
%12

Triadic Colors of #e11dbf

#e11dbf #bfe11d #1dbfe1

Analogous Colors of #e11dbf

#e11dbf #e11d5d #a11de1

Monochromatic Colors of #e11dbf

#e11dbf

Complementary Color

#e11dbf #1de13f

#e11dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11dbf Color CSS Codes

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

#e11dbf Text Font Color

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

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


#e11dbf Background Color

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

This div background color is #e11dbf


#e11dbf Border Color

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

This div border color is #e11dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,29,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11dbf


Comments

No comments written yet.

Please login to write comment.