Color Hex Logo

#e31dcf Color Hex

#E31DCF
(227,29,207)
0 Favorites   0 Comments

Color spaces of #e31dcf

RGB 22729207
HSL0.850.780.50
HSV306°87°89°
CMYK 0.000.870.09   0.11
XYZ43.380421.714660.9364
Yxy21.71460.34420.1723
Hunter Lab46.598984.6231-44.9130
CIE-Lab53.722984.4358-44.6052

#e31dcf color RGB value is (227,29,207).

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

The process color (four color CMYK) of #e31dcf color hex is 0.00, 0.87, 0.09, 0.11. Web safe color of #e31dcf is #cc33cc. Color #e31dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011101 11001111
Octal 343 35 317
Decimal 227 29 207
Hex E3 1D CF

RGB Percentages of Color #e31dcf

%49.03
%6.26
%44.71

CMYK Percentages of Color #e31dcf

%0
%87
%9
%11

Triadic Colors of #e31dcf

#e31dcf #cfe31d #1dcfe3

Analogous Colors of #e31dcf

#e31dcf #e31d6c #941de3

Monochromatic Colors of #e31dcf

#e31dcf

Complementary Color

#e31dcf #1de331

#e31dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31dcf Color CSS Codes

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

#e31dcf Text Font Color

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

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


#e31dcf Background Color

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

This div background color is #e31dcf


#e31dcf Border Color

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

This div border color is #e31dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31dcf


Comments

No comments written yet.

Please login to write comment.