Color Hex Logo

#ec76cb Color Hex

#EC76CB
(236,118,203)
0 Favorites   0 Comments

Color spaces of #ec76cb

RGB 236118203
HSL0.880.760.69
HSV317°50°93°
CMYK 0.000.500.14   0.07
XYZ51.850035.101560.5424
Yxy35.10150.35150.2380
Hunter Lab59.246552.5341-19.1143
CIE-Lab65.827655.8400-23.3790

#ec76cb color RGB value is (236,118,203).

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

The process color (four color CMYK) of #ec76cb color hex is 0.00, 0.50, 0.14, 0.07. Web safe color of #ec76cb is #ff66cc. Color #ec76cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 11001011
Octal 354 166 313
Decimal 236 118 203
Hex EC 76 CB

RGB Percentages of Color #ec76cb

%42.37
%21.18
%36.45

CMYK Percentages of Color #ec76cb

%0
%50
%14
%7

Triadic Colors of #ec76cb

#ec76cb #cbec76 #76cbec

Analogous Colors of #ec76cb

#ec76cb #ec7690 #d276ec

Monochromatic Colors of #ec76cb

#ec76cb

Complementary Color

#ec76cb #76ec97

#ec76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec76cb Color CSS Codes

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

#ec76cb Text Font Color

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

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


#ec76cb Background Color

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

This div background color is #ec76cb


#ec76cb Border Color

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

This div border color is #ec76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec76cb


Comments

No comments written yet.

Please login to write comment.