Color Hex Logo

#ec7daf Color Hex

#EC7DAF
(236,125,175)
0 Favorites   0 Comments

Color spaces of #ec7daf

RGB 236125175
HSL0.920.740.71
HSV333°47°93°
CMYK 0.000.470.26   0.07
XYZ49.663635.595244.8105
Yxy35.59520.38180.2737
Hunter Lab59.661744.1790-2.7681
CIE-Lab66.209548.3689-7.0254

#ec7daf color RGB value is (236,125,175).

#ec7daf hex color red value is 236, green value is 125 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ec7daf hue: 0.92 , saturation: 0.74 and the lightness value of ec7daf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111101 10101111
Octal 354 175 257
Decimal 236 125 175
Hex EC 7D AF

RGB Percentages of Color #ec7daf

%44.03
%23.32
%32.65

CMYK Percentages of Color #ec7daf

%0
%47
%26
%7

Triadic Colors of #ec7daf

#ec7daf #afec7d #7dafec

Analogous Colors of #ec7daf

#ec7daf #ec837d #ec7de7

Monochromatic Colors of #ec7daf

#ec7daf

Complementary Color

#ec7daf #7decba

#ec7daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7daf Color CSS Codes

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

#ec7daf Text Font Color

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

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


#ec7daf Background Color

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

This div background color is #ec7daf


#ec7daf Border Color

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

This div border color is #ec7daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7daf


Comments

No comments written yet.

Please login to write comment.