Color Hex Logo

#ec6caf Color Hex

#EC6CAF
(236,108,175)
0 Favorites   0 Comments

Color spaces of #ec6caf

RGB 236108175
HSL0.910.770.67
HSV329°54°93°
CMYK 0.000.540.26   0.07
XYZ47.692531.653144.1534
Yxy31.65310.38620.2563
Hunter Lab56.261152.8575-7.1477
CIE-Lab63.055156.5652-11.7331

#ec6caf color RGB value is (236,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101100 10101111
Octal 354 154 257
Decimal 236 108 175
Hex EC 6C AF

RGB Percentages of Color #ec6caf

%45.47
%20.81
%33.72

CMYK Percentages of Color #ec6caf

%0
%54
%26
%7

Triadic Colors of #ec6caf

#ec6caf #afec6c #6cafec

Analogous Colors of #ec6caf

#ec6caf #ec6c6f #e96cec

Monochromatic Colors of #ec6caf

#ec6caf

Complementary Color

#ec6caf #6ceca9

#ec6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6caf Color CSS Codes

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

#ec6caf Text Font Color

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

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


#ec6caf Background Color

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

This div background color is #ec6caf


#ec6caf Border Color

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

This div border color is #ec6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6caf


Comments

No comments written yet.

Please login to write comment.