Color Hex Logo

#ec817c Color Hex

#EC817C
(236,129,124)
0 Favorites   0 Comments

Color spaces of #ec817c

RGB 236129124
HSL0.010.750.71
HSV47°93°
CMYK 0.000.450.47   0.07
XYZ46.080434.988623.3936
Yxy34.98860.44110.3349
Hunter Lab59.151235.541917.9573
CIE-Lab65.739840.465321.1439

#ec817c color RGB value is (236,129,124).

#ec817c hex color red value is 236, green value is 129 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ec817c hue: 0.01 , saturation: 0.75 and the lightness value of ec817c is 0.71.

The process color (four color CMYK) of #ec817c color hex is 0.00, 0.45, 0.47, 0.07. Web safe color of #ec817c is #ff9966. Color #ec817c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 01111100
Octal 354 201 174
Decimal 236 129 124
Hex EC 81 7C

RGB Percentages of Color #ec817c

%48.26
%26.38
%25.36

CMYK Percentages of Color #ec817c

%0
%45
%47
%7

Triadic Colors of #ec817c

#ec817c #7cec81 #817cec

Analogous Colors of #ec817c

#ec817c #ecb97c #ec7caf

Monochromatic Colors of #ec817c

#ec817c

Complementary Color

#ec817c #7ce7ec

#ec817c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec817c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec817c Color CSS Codes

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

#ec817c Text Font Color

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

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


#ec817c Background Color

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

This div background color is #ec817c


#ec817c Border Color

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

This div border color is #ec817c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec817c


Comments

No comments written yet.

Please login to write comment.