Color Hex Logo

#ea96da Color Hex

#EA96DA
(234,150,218)
0 Favorites   0 Comments

Color spaces of #ea96da

RGB 234150218
HSL0.870.670.75
HSV311°36°92°
CMYK 0.000.360.07   0.08
XYZ57.492944.367171.8632
Yxy44.36710.33090.2554
Hunter Lab66.608637.5063-17.3412
CIE-Lab72.473241.5088-21.5921

#ea96da color RGB value is (234,150,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010110 11011010
Octal 352 226 332
Decimal 234 150 218
Hex EA 96 DA

RGB Percentages of Color #ea96da

%38.87
%24.92
%36.21

CMYK Percentages of Color #ea96da

%0
%36
%7
%8

Triadic Colors of #ea96da

#ea96da #daea96 #96daea

Analogous Colors of #ea96da

#ea96da #ea96b0 #d096ea

Monochromatic Colors of #ea96da

#ea96da

Complementary Color

#ea96da #96eaa6

#ea96da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea96da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea96da Color CSS Codes

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

#ea96da Text Font Color

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

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


#ea96da Background Color

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

This div background color is #ea96da


#ea96da Border Color

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

This div border color is #ea96da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea96da


Comments

No comments written yet.

Please login to write comment.