Color Hex Logo

#e31cda Color Hex

#E31CDA
(227,28,218)
0 Favorites   0 Comments

Color spaces of #e31cda

RGB 22728218
HSL0.840.780.50
HSV303°88°89°
CMYK 0.000.880.04   0.11
XYZ44.748722.223468.2607
Yxy22.22340.33090.1643
Hunter Lab47.141786.9410-52.8521
CIE-Lab54.263286.1123-50.0288

#e31cda color RGB value is (227,28,218).

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

The process color (four color CMYK) of #e31cda color hex is 0.00, 0.88, 0.04, 0.11. Web safe color of #e31cda is #cc33cc. Color #e31cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011100 11011010
Octal 343 34 332
Decimal 227 28 218
Hex E3 1C DA

RGB Percentages of Color #e31cda

%47.99
%5.92
%46.09

CMYK Percentages of Color #e31cda

%0
%88
%4
%11

Triadic Colors of #e31cda

#e31cda #dae31c #1cdae3

Analogous Colors of #e31cda

#e31cda #e31c77 #891ce3

Monochromatic Colors of #e31cda

#e31cda

Complementary Color

#e31cda #1ce325

#e31cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31cda Color CSS Codes

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

#e31cda Text Font Color

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

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


#e31cda Background Color

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

This div background color is #e31cda


#e31cda Border Color

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

This div border color is #e31cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31cda


Comments

No comments written yet.

Please login to write comment.