Color Hex Logo

#ea61cd Color Hex

#EA61CD
(234,97,205)
0 Favorites   0 Comments

Color spaces of #ea61cd

RGB 23497205
HSL0.870.770.65
HSV313°59°92°
CMYK 0.000.590.12   0.08
XYZ49.225830.449661.0405
Yxy30.44960.34980.2164
Hunter Lab55.181262.6686-26.9588
CIE-Lab62.040265.1529-30.3588

#ea61cd color RGB value is (234,97,205).

#ea61cd hex color red value is 234, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ea61cd hue: 0.87 , saturation: 0.77 and the lightness value of ea61cd is 0.65.

The process color (four color CMYK) of #ea61cd color hex is 0.00, 0.59, 0.12, 0.08. Web safe color of #ea61cd is #ff66cc. Color #ea61cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100001 11001101
Octal 352 141 315
Decimal 234 97 205
Hex EA 61 CD

RGB Percentages of Color #ea61cd

%43.66
%18.10
%38.25

CMYK Percentages of Color #ea61cd

%0
%59
%12
%8

Triadic Colors of #ea61cd

#ea61cd #cdea61 #61cdea

Analogous Colors of #ea61cd

#ea61cd #ea6189 #c361ea

Monochromatic Colors of #ea61cd

#ea61cd

Complementary Color

#ea61cd #61ea7e

#ea61cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea61cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea61cd Color CSS Codes

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

#ea61cd Text Font Color

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

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


#ea61cd Background Color

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

This div background color is #ea61cd


#ea61cd Border Color

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

This div border color is #ea61cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea61cd


Comments

No comments written yet.

Please login to write comment.