Color Hex Logo

#ea96cd Color Hex

#EA96CD
(234,150,205)
0 Favorites   0 Comments

Color spaces of #ea96cd

RGB 234150205
HSL0.890.670.75
HSV321°36°92°
CMYK 0.000.360.12   0.08
XYZ55.857543.712963.2510
Yxy43.71290.34310.2685
Hunter Lab66.115735.1022-10.4400
CIE-Lab72.036239.3443-15.0915

#ea96cd color RGB value is (234,150,205).

#ea96cd hex color red value is 234, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ea96cd hue: 0.89 , saturation: 0.67 and the lightness value of ea96cd is 0.75.

The process color (four color CMYK) of #ea96cd color hex is 0.00, 0.36, 0.12, 0.08. Web safe color of #ea96cd is #ff99cc. Color #ea96cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 11001101
Octal 352 226 315
Decimal 234 150 205
Hex EA 96 CD

RGB Percentages of Color #ea96cd

%39.73
%25.47
%34.80

CMYK Percentages of Color #ea96cd

%0
%36
%12
%8

Triadic Colors of #ea96cd

#ea96cd #cdea96 #96cdea

Analogous Colors of #ea96cd

#ea96cd #ea96a3 #dd96ea

Monochromatic Colors of #ea96cd

#ea96cd

Complementary Color

#ea96cd #96eab3

#ea96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea96cd Color CSS Codes

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

#ea96cd Text Font Color

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

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


#ea96cd Background Color

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

This div background color is #ea96cd


#ea96cd Border Color

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

This div border color is #ea96cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea96cd


Comments

No comments written yet.

Please login to write comment.