Color Hex Logo

#ea01cd Color Hex

#EA01CD
(234,1,205)
0 Favorites   0 Comments

Color spaces of #ea01cd

RGB 2341205
HSL0.850.990.46
HSV307°100°92°
CMYK 0.001.000.12   0.08
XYZ44.962021.921959.6192
Yxy21.92190.35540.1733
Hunter Lab46.820889.4769-42.7222
CIE-Lab53.944088.1052-43.0277

#ea01cd color RGB value is (234,1,205).

#ea01cd hex color red value is 234, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ea01cd hue: 0.85 , saturation: 0.99 and the lightness value of ea01cd is 0.46.

The process color (four color CMYK) of #ea01cd color hex is 0.00, 1.00, 0.12, 0.08. Web safe color of #ea01cd is #ff00cc. Color #ea01cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 11001101
Octal 352 1 315
Decimal 234 1 205
Hex EA 1 CD

RGB Percentages of Color #ea01cd

%53.18
%0.23
%46.59

CMYK Percentages of Color #ea01cd

%0
%100
%12
%8

Triadic Colors of #ea01cd

#ea01cd #cdea01 #01cdea

Analogous Colors of #ea01cd

#ea01cd #ea0158 #9301ea

Monochromatic Colors of #ea01cd

#ea01cd

Complementary Color

#ea01cd #01ea1e

#ea01cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea01cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea01cd Color CSS Codes

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

#ea01cd Text Font Color

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

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


#ea01cd Background Color

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

This div background color is #ea01cd


#ea01cd Border Color

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

This div border color is #ea01cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea01cd


Comments

No comments written yet.

Please login to write comment.