Color Hex Logo

#ec767f Color Hex

#EC767F
(236,118,127)
0 Favorites   0 Comments

Color spaces of #ec767f

RGB 236118127
HSL0.990.760.69
HSV355°50°93°
CMYK 0.000.500.46   0.07
XYZ44.901332.322023.9509
Yxy32.32200.44380.3195
Hunter Lab56.852441.485214.8189
CIE-Lab63.608146.274316.5248

#ec767f color RGB value is (236,118,127).

#ec767f hex color red value is 236, green value is 118 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ec767f hue: 0.99 , saturation: 0.76 and the lightness value of ec767f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 01111111
Octal 354 166 177
Decimal 236 118 127
Hex EC 76 7F

RGB Percentages of Color #ec767f

%49.06
%24.53
%26.40

CMYK Percentages of Color #ec767f

%0
%50
%46
%7

Triadic Colors of #ec767f

#ec767f #7fec76 #767fec

Analogous Colors of #ec767f

#ec767f #eca876 #ec76ba

Monochromatic Colors of #ec767f

#ec767f

Complementary Color

#ec767f #76ece3

#ec767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec767f Color CSS Codes

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

#ec767f Text Font Color

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

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


#ec767f Background Color

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

This div background color is #ec767f


#ec767f Border Color

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

This div border color is #ec767f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec767f


Comments

No comments written yet.

Please login to write comment.