Color Hex Logo

#ea1dcc Color Hex

#EA1DCC
(234,29,204)
0 Favorites   0 Comments

Color spaces of #ea1dcc

RGB 23429204
HSL0.860.830.52
HSV309°88°92°
CMYK 0.000.880.13   0.08
XYZ45.270122.730859.1282
Yxy22.73080.35610.1788
Hunter Lab47.676886.0549-40.1569
CIE-Lab54.794085.3296-41.1119

#ea1dcc color RGB value is (234,29,204).

#ea1dcc hex color red value is 234, green value is 29 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea1dcc hue: 0.86 , saturation: 0.83 and the lightness value of ea1dcc is 0.52.

The process color (four color CMYK) of #ea1dcc color hex is 0.00, 0.88, 0.13, 0.08. Web safe color of #ea1dcc is #ff33cc. Color #ea1dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011101 11001100
Octal 352 35 314
Decimal 234 29 204
Hex EA 1D CC

RGB Percentages of Color #ea1dcc

%50.11
%6.21
%43.68

CMYK Percentages of Color #ea1dcc

%0
%88
%13
%8

Triadic Colors of #ea1dcc

#ea1dcc #ccea1d #1dccea

Analogous Colors of #ea1dcc

#ea1dcc #ea1d66 #a21dea

Monochromatic Colors of #ea1dcc

#ea1dcc

Complementary Color

#ea1dcc #1dea3b

#ea1dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea1dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea1dcc Color CSS Codes

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

#ea1dcc Text Font Color

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

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


#ea1dcc Background Color

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

This div background color is #ea1dcc


#ea1dcc Border Color

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

This div border color is #ea1dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea1dcc


Comments

No comments written yet.

Please login to write comment.