Color Hex Logo

#ea72cb Color Hex

#EA72CB
(234,114,203)
0 Favorites   0 Comments

Color spaces of #ea72cb

RGB 234114203
HSL0.880.740.68
HSV316°51°92°
CMYK 0.000.510.13   0.08
XYZ50.728533.838860.3578
Yxy33.83880.35000.2335
Hunter Lab58.171153.8626-20.7989
CIE-Lab64.834457.1539-24.9241

#ea72cb color RGB value is (234,114,203).

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

The process color (four color CMYK) of #ea72cb color hex is 0.00, 0.51, 0.13, 0.08. Web safe color of #ea72cb is #ff66cc. Color #ea72cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 11001011
Octal 352 162 313
Decimal 234 114 203
Hex EA 72 CB

RGB Percentages of Color #ea72cb

%42.47
%20.69
%36.84

CMYK Percentages of Color #ea72cb

%0
%51
%13
%8

Triadic Colors of #ea72cb

#ea72cb #cbea72 #72cbea

Analogous Colors of #ea72cb

#ea72cb #ea728f #cd72ea

Monochromatic Colors of #ea72cb

#ea72cb

Complementary Color

#ea72cb #72ea91

#ea72cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea72cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea72cb Color CSS Codes

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

#ea72cb Text Font Color

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

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


#ea72cb Background Color

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

This div background color is #ea72cb


#ea72cb Border Color

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

This div border color is #ea72cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea72cb


Comments

No comments written yet.

Please login to write comment.