Color Hex Logo

#ec96a8 Color Hex

#EC96A8
(236,150,168)
0 Favorites   0 Comments

Color spaces of #ec96a8

RGB 236150168
HSL0.970.690.76
HSV347°36°93°
CMYK 0.000.360.29   0.07
XYZ52.566342.472742.4733
Yxy42.47270.38230.3089
Hunter Lab65.171129.92686.9793
CIE-Lab71.195634.57484.2041

#ec96a8 color RGB value is (236,150,168).

#ec96a8 hex color red value is 236, green value is 150 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ec96a8 hue: 0.97 , saturation: 0.69 and the lightness value of ec96a8 is 0.76.

The process color (four color CMYK) of #ec96a8 color hex is 0.00, 0.36, 0.29, 0.07. Web safe color of #ec96a8 is #ff9999. Color #ec96a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 10101000
Octal 354 226 250
Decimal 236 150 168
Hex EC 96 A8

RGB Percentages of Color #ec96a8

%42.60
%27.08
%30.32

CMYK Percentages of Color #ec96a8

%0
%36
%29
%7

Triadic Colors of #ec96a8

#ec96a8 #a8ec96 #96a8ec

Analogous Colors of #ec96a8

#ec96a8 #ecaf96 #ec96d3

Monochromatic Colors of #ec96a8

#ec96a8

Complementary Color

#ec96a8 #96ecda

#ec96a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec96a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec96a8 Color CSS Codes

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

#ec96a8 Text Font Color

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

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


#ec96a8 Background Color

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

This div background color is #ec96a8


#ec96a8 Border Color

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

This div border color is #ec96a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec96a8


Comments

No comments written yet.

Please login to write comment.