Color Hex Logo

#ea65ca Color Hex

#EA65CA
(234,101,202)
0 Favorites   0 Comments

Color spaces of #ea65ca

RGB 234101202
HSL0.870.760.66
HSV314°57°92°
CMYK 0.000.570.14   0.08
XYZ49.246031.064159.2775
Yxy31.06410.35280.2225
Hunter Lab55.735260.1809-24.0436
CIE-Lab62.561762.9601-27.8565

#ea65ca color RGB value is (234,101,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 11001010
Octal 352 145 312
Decimal 234 101 202
Hex EA 65 CA

RGB Percentages of Color #ea65ca

%43.58
%18.81
%37.62

CMYK Percentages of Color #ea65ca

%0
%57
%14
%8

Triadic Colors of #ea65ca

#ea65ca #caea65 #65caea

Analogous Colors of #ea65ca

#ea65ca #ea6588 #c865ea

Monochromatic Colors of #ea65ca

#ea65ca

Complementary Color

#ea65ca #65ea85

#ea65ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea65ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea65ca Color CSS Codes

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

#ea65ca Text Font Color

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

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


#ea65ca Background Color

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

This div background color is #ea65ca


#ea65ca Border Color

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

This div border color is #ea65ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea65ca


Comments

No comments written yet.

Please login to write comment.