Color Hex Logo

#ec807b Color Hex

#EC807B
(236,128,123)
0 Favorites   0 Comments

Color spaces of #ec807b

RGB 236128123
HSL0.010.750.70
HSV48°93°
CMYK 0.000.460.48   0.07
XYZ45.886434.701323.0184
Yxy34.70130.44290.3349
Hunter Lab58.907835.954418.0677
CIE-Lab65.515440.880321.4009

#ec807b color RGB value is (236,128,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 01111011
Octal 354 200 173
Decimal 236 128 123
Hex EC 80 7B

RGB Percentages of Color #ec807b

%48.46
%26.28
%25.26

CMYK Percentages of Color #ec807b

%0
%46
%48
%7

Triadic Colors of #ec807b

#ec807b #7bec80 #807bec

Analogous Colors of #ec807b

#ec807b #ecb97b #ec7baf

Monochromatic Colors of #ec807b

#ec807b

Complementary Color

#ec807b #7be7ec

#ec807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec807b Color CSS Codes

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

#ec807b Text Font Color

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

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


#ec807b Background Color

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

This div background color is #ec807b


#ec807b Border Color

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

This div border color is #ec807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec807b


Comments

No comments written yet.

Please login to write comment.