Color Hex Logo

#ea62cd Color Hex

#EA62CD
(234,98,205)
0 Favorites   0 Comments

Color spaces of #ea62cd

RGB 23498205
HSL0.870.760.65
HSV313°58°92°
CMYK 0.000.580.12   0.08
XYZ49.318830.635661.0715
Yxy30.63560.34970.2172
Hunter Lab55.349462.1899-26.6748
CIE-Lab62.198864.7221-30.1133

#ea62cd color RGB value is (234,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 11001101
Octal 352 142 315
Decimal 234 98 205
Hex EA 62 CD

RGB Percentages of Color #ea62cd

%43.58
%18.25
%38.18

CMYK Percentages of Color #ea62cd

%0
%58
%12
%8

Triadic Colors of #ea62cd

#ea62cd #cdea62 #62cdea

Analogous Colors of #ea62cd

#ea62cd #ea6289 #c362ea

Monochromatic Colors of #ea62cd

#ea62cd

Complementary Color

#ea62cd #62ea7f

#ea62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea62cd Color CSS Codes

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

#ea62cd Text Font Color

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

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


#ea62cd Background Color

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

This div background color is #ea62cd


#ea62cd Border Color

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

This div border color is #ea62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea62cd


Comments

No comments written yet.

Please login to write comment.