Color Hex Logo

#ec60af Color Hex

#EC60AF
(236,96,175)
0 Favorites   0 Comments

Color spaces of #ec60af

RGB 23696175
HSL0.910.790.65
HSV326°59°93°
CMYK 0.000.590.26   0.07
XYZ46.512829.293843.7602
Yxy29.29380.38900.2450
Hunter Lab54.123758.6826-10.0506
CIE-Lab61.040161.9476-14.7667

#ec60af color RGB value is (236,96,175).

#ec60af hex color red value is 236, green value is 96 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec60af hue: 0.91 , saturation: 0.79 and the lightness value of ec60af is 0.65.

The process color (four color CMYK) of #ec60af color hex is 0.00, 0.59, 0.26, 0.07. Web safe color of #ec60af is #ff6699. Color #ec60af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100000 10101111
Octal 354 140 257
Decimal 236 96 175
Hex EC 60 AF

RGB Percentages of Color #ec60af

%46.55
%18.93
%34.52

CMYK Percentages of Color #ec60af

%0
%59
%26
%7

Triadic Colors of #ec60af

#ec60af #afec60 #60afec

Analogous Colors of #ec60af

#ec60af #ec6069 #e360ec

Monochromatic Colors of #ec60af

#ec60af

Complementary Color

#ec60af #60ec9d

#ec60af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec60af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec60af Color CSS Codes

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

#ec60af Text Font Color

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

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


#ec60af Background Color

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

This div background color is #ec60af


#ec60af Border Color

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

This div border color is #ec60af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec60af


Comments

No comments written yet.

Please login to write comment.