Color Hex Logo

#ea72ae Color Hex

#EA72AE
(234,114,174)
0 Favorites   0 Comments

Color spaces of #ea72ae

RGB 234114174
HSL0.920.740.68
HSV330°51°92°
CMYK 0.000.510.26   0.08
XYZ47.589032.583043.8253
Yxy32.58300.38380.2628
Hunter Lab57.081548.9232-5.5638
CIE-Lab63.821852.9729-10.0437

#ea72ae color RGB value is (234,114,174).

#ea72ae hex color red value is 234, green value is 114 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ea72ae hue: 0.92 , saturation: 0.74 and the lightness value of ea72ae is 0.68.

The process color (four color CMYK) of #ea72ae color hex is 0.00, 0.51, 0.26, 0.08. Web safe color of #ea72ae is #ff6699. Color #ea72ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 10101110
Octal 352 162 256
Decimal 234 114 174
Hex EA 72 AE

RGB Percentages of Color #ea72ae

%44.83
%21.84
%33.33

CMYK Percentages of Color #ea72ae

%0
%51
%26
%8

Triadic Colors of #ea72ae

#ea72ae #aeea72 #72aeea

Analogous Colors of #ea72ae

#ea72ae #ea7272 #ea72ea

Monochromatic Colors of #ea72ae

#ea72ae

Complementary Color

#ea72ae #72eaae

#ea72ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea72ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea72ae Color CSS Codes

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

#ea72ae Text Font Color

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

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


#ea72ae Background Color

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

This div background color is #ea72ae


#ea72ae Border Color

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

This div border color is #ea72ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea72ae


Comments

No comments written yet.

Please login to write comment.