Color Hex Logo

#ea41af Color Hex

#EA41AF
(234,65,175)
0 Favorites   0 Comments

Color spaces of #ea41af

RGB 23465175
HSL0.890.800.59
HSV321°72°92°
CMYK 0.000.720.25   0.08
XYZ43.559824.368242.9651
Yxy24.36820.39280.2197
Hunter Lab49.364271.1243-17.0493
CIE-Lab56.454673.1912-21.7733

#ea41af color RGB value is (234,65,175).

#ea41af hex color red value is 234, green value is 65 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ea41af hue: 0.89 , saturation: 0.80 and the lightness value of ea41af is 0.59.

The process color (four color CMYK) of #ea41af color hex is 0.00, 0.72, 0.25, 0.08. Web safe color of #ea41af is #ff3399. Color #ea41af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 10101111
Octal 352 101 257
Decimal 234 65 175
Hex EA 41 AF

RGB Percentages of Color #ea41af

%49.37
%13.71
%36.92

CMYK Percentages of Color #ea41af

%0
%72
%25
%8

Triadic Colors of #ea41af

#ea41af #afea41 #41afea

Analogous Colors of #ea41af

#ea41af #ea415b #d141ea

Monochromatic Colors of #ea41af

#ea41af

Complementary Color

#ea41af #41ea7c

#ea41af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea41af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea41af Color CSS Codes

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

#ea41af Text Font Color

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

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


#ea41af Background Color

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

This div background color is #ea41af


#ea41af Border Color

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

This div border color is #ea41af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea41af


Comments

No comments written yet.

Please login to write comment.