Color Hex Logo

#ea65af Color Hex

#EA65AF
(234,101,175)
0 Favorites   0 Comments

Color spaces of #ea65af

RGB 234101175
HSL0.910.760.66
HSV327°57°92°
CMYK 0.000.570.25   0.08
XYZ46.323229.894943.8862
Yxy29.89490.38570.2489
Hunter Lab54.676255.5467-9.3161
CIE-Lab61.563459.1555-14.0058

#ea65af color RGB value is (234,101,175).

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

The process color (four color CMYK) of #ea65af color hex is 0.00, 0.57, 0.25, 0.08. Web safe color of #ea65af is #ff6699. Color #ea65af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 10101111
Octal 352 145 257
Decimal 234 101 175
Hex EA 65 AF

RGB Percentages of Color #ea65af

%45.88
%19.80
%34.31

CMYK Percentages of Color #ea65af

%0
%57
%25
%8

Triadic Colors of #ea65af

#ea65af #afea65 #65afea

Analogous Colors of #ea65af

#ea65af #ea656d #e365ea

Monochromatic Colors of #ea65af

#ea65af

Complementary Color

#ea65af #65eaa0

#ea65af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea65af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea65af Color CSS Codes

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

#ea65af Text Font Color

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

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


#ea65af Background Color

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

This div background color is #ea65af


#ea65af Border Color

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

This div border color is #ea65af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,101,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea65af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea65af


Comments

No comments written yet.

Please login to write comment.