Color Hex Logo

#ea1dca Color Hex

#EA1DCA
(234,29,202)
0 Favorites   0 Comments

Color spaces of #ea1dca

RGB 23429202
HSL0.860.830.52
HSV309°88°92°
CMYK 0.000.880.14   0.08
XYZ45.031722.635457.8728
Yxy22.63540.35870.1803
Hunter Lab47.576785.6925-38.8173
CIE-Lab54.694885.0705-40.1198

#ea1dca color RGB value is (234,29,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011101 11001010
Octal 352 35 312
Decimal 234 29 202
Hex EA 1D CA

RGB Percentages of Color #ea1dca

%50.32
%6.24
%43.44

CMYK Percentages of Color #ea1dca

%0
%88
%14
%8

Triadic Colors of #ea1dca

#ea1dca #caea1d #1dcaea

Analogous Colors of #ea1dca

#ea1dca #ea1d64 #a41dea

Monochromatic Colors of #ea1dca

#ea1dca

Complementary Color

#ea1dca #1dea3d

#ea1dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea1dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea1dca Color CSS Codes

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

#ea1dca Text Font Color

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

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


#ea1dca Background Color

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

This div background color is #ea1dca


#ea1dca Border Color

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

This div border color is #ea1dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea1dca


Comments

No comments written yet.

Please login to write comment.