Color Hex Logo

#ec00af Color Hex

#EC00AF
(236,0,175)
0 Favorites   0 Comments

Color spaces of #ec00af

RGB 2360175
HSL0.881.000.46
HSV316°100°93°
CMYK 0.001.000.26   0.07
XYZ42.329920.928042.3659
Yxy20.92800.40080.1981
Hunter Lab45.747185.1089-22.8848
CIE-Lab52.870684.9765-27.2674

#ec00af color RGB value is (236,0,175).

#ec00af hex color red value is 236, green value is 0 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec00af hue: 0.88 , saturation: 1.00 and the lightness value of ec00af is 0.46.

The process color (four color CMYK) of #ec00af color hex is 0.00, 1.00, 0.26, 0.07. Web safe color of #ec00af is #ff0099. Color #ec00af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000000 10101111
Octal 354 0 257
Decimal 236 0 175
Hex EC 0 AF

RGB Percentages of Color #ec00af

%57.42
%0.00
%42.58

CMYK Percentages of Color #ec00af

%0
%100
%26
%7

Triadic Colors of #ec00af

#ec00af #afec00 #00afec

Analogous Colors of #ec00af

#ec00af #ec0039 #b300ec

Monochromatic Colors of #ec00af

#ec00af

Complementary Color

#ec00af #00ec3d

#ec00af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec00af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec00af Color CSS Codes

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

#ec00af Text Font Color

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

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


#ec00af Background Color

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

This div background color is #ec00af


#ec00af Border Color

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

This div border color is #ec00af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,0,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 #ec00af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec00af


Comments

No comments written yet.

Please login to write comment.