Color Hex Logo

#ea62ca Color Hex

#EA62CA
(234,98,202)
0 Favorites   0 Comments

Color spaces of #ea62ca

RGB 23498202
HSL0.870.760.65
HSV314°58°92°
CMYK 0.000.580.14   0.08
XYZ48.960030.492159.1822
Yxy30.49210.35320.2199
Hunter Lab55.219761.6310-24.8909
CIE-Lab62.076564.2725-28.6054

#ea62ca color RGB value is (234,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 11001010
Octal 352 142 312
Decimal 234 98 202
Hex EA 62 CA

RGB Percentages of Color #ea62ca

%43.82
%18.35
%37.83

CMYK Percentages of Color #ea62ca

%0
%58
%14
%8

Triadic Colors of #ea62ca

#ea62ca #caea62 #62caea

Analogous Colors of #ea62ca

#ea62ca #ea6286 #c662ea

Monochromatic Colors of #ea62ca

#ea62ca

Complementary Color

#ea62ca #62ea82

#ea62ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea62ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea62ca Color CSS Codes

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

#ea62ca Text Font Color

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

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


#ea62ca Background Color

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

This div background color is #ea62ca


#ea62ca Border Color

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

This div border color is #ea62ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea62ca


Comments

No comments written yet.

Please login to write comment.