Color Hex Logo

#ec8077 Color Hex

#EC8077
(236,128,119)
0 Favorites   0 Comments

Color spaces of #ec8077

RGB 236128119
HSL0.010.750.70
HSV50°93°
CMYK 0.000.460.50   0.07
XYZ45.641034.603121.7263
Yxy34.60310.44760.3393
Hunter Lab58.824435.552919.2788
CIE-Lab65.438540.511623.5406

#ec8077 color RGB value is (236,128,119).

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

The process color (four color CMYK) of #ec8077 color hex is 0.00, 0.46, 0.50, 0.07. Web safe color of #ec8077 is #ff9966. Color #ec8077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 01110111
Octal 354 200 167
Decimal 236 128 119
Hex EC 80 77

RGB Percentages of Color #ec8077

%48.86
%26.50
%24.64

CMYK Percentages of Color #ec8077

%0
%46
%50
%7

Triadic Colors of #ec8077

#ec8077 #77ec80 #8077ec

Analogous Colors of #ec8077

#ec8077 #ecbb77 #ec77a9

Monochromatic Colors of #ec8077

#ec8077

Complementary Color

#ec8077 #77e3ec

#ec8077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8077 Color CSS Codes

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

#ec8077 Text Font Color

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

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


#ec8077 Background Color

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

This div background color is #ec8077


#ec8077 Border Color

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

This div border color is #ec8077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8077


Comments

No comments written yet.

Please login to write comment.