Color Hex Logo

#ea00cd Color Hex

#EA00CD
(234,0,205)
0 Favorites   0 Comments

Color spaces of #ea00cd

RGB 2340205
HSL0.851.000.46
HSV307°100°92°
CMYK 0.001.000.12   0.08
XYZ44.951121.900259.6156
Yxy21.90020.35540.1732
Hunter Lab46.797689.5608-42.7713
CIE-Lab53.921088.1732-43.0642

#ea00cd color RGB value is (234,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000000 11001101
Octal 352 0 315
Decimal 234 0 205
Hex EA 0 CD

RGB Percentages of Color #ea00cd

%53.30
%0.00
%46.70

CMYK Percentages of Color #ea00cd

%0
%100
%12
%8

Triadic Colors of #ea00cd

#ea00cd #cdea00 #00cdea

Analogous Colors of #ea00cd

#ea00cd #ea0058 #9200ea

Monochromatic Colors of #ea00cd

#ea00cd

Complementary Color

#ea00cd #00ea1d

#ea00cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea00cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea00cd Color CSS Codes

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

#ea00cd Text Font Color

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

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


#ea00cd Background Color

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

This div background color is #ea00cd


#ea00cd Border Color

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

This div border color is #ea00cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,0,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 #ea00cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea00cd


Comments

No comments written yet.

Please login to write comment.