Color Hex Logo

#ec817a Color Hex

#EC817A
(236,129,122)
0 Favorites   0 Comments

Color spaces of #ec817a

RGB 236129122
HSL0.010.750.70
HSV48°93°
CMYK 0.000.450.48   0.07
XYZ45.955234.938522.7341
Yxy34.93850.44350.3372
Hunter Lab59.108835.337618.5724
CIE-Lab65.700840.277522.2130

#ec817a color RGB value is (236,129,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 01111010
Octal 354 201 172
Decimal 236 129 122
Hex EC 81 7A

RGB Percentages of Color #ec817a

%48.46
%26.49
%25.05

CMYK Percentages of Color #ec817a

%0
%45
%48
%7

Triadic Colors of #ec817a

#ec817a #7aec81 #817aec

Analogous Colors of #ec817a

#ec817a #ecba7a #ec7aac

Monochromatic Colors of #ec817a

#ec817a

Complementary Color

#ec817a #7ae5ec

#ec817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec817a Color CSS Codes

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

#ec817a Text Font Color

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

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


#ec817a Background Color

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

This div background color is #ec817a


#ec817a Border Color

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

This div border color is #ec817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec817a


Comments

No comments written yet.

Please login to write comment.