Color Hex Logo

#ef7ecc Color Hex

#EF7ECC
(239,126,204)
0 Favorites   0 Comments

Color spaces of #ef7ecc

RGB 239126204
HSL0.880.780.72
HSV319°47°94°
CMYK 0.000.470.15   0.06
XYZ53.956537.632161.5466
Yxy37.63210.35230.2457
Hunter Lab61.345049.6474-16.5433
CIE-Lab67.748653.0193-20.9713

#ef7ecc color RGB value is (239,126,204).

#ef7ecc hex color red value is 239, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef7ecc hue: 0.88 , saturation: 0.78 and the lightness value of ef7ecc is 0.72.

The process color (four color CMYK) of #ef7ecc color hex is 0.00, 0.47, 0.15, 0.06. Web safe color of #ef7ecc is #ff66cc. Color #ef7ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 11001100
Octal 357 176 314
Decimal 239 126 204
Hex EF 7E CC

RGB Percentages of Color #ef7ecc

%42.00
%22.14
%35.85

CMYK Percentages of Color #ef7ecc

%0
%47
%15
%6

Triadic Colors of #ef7ecc

#ef7ecc #ccef7e #7eccef

Analogous Colors of #ef7ecc

#ef7ecc #ef7e94 #da7eef

Monochromatic Colors of #ef7ecc

#ef7ecc

Complementary Color

#ef7ecc #7eefa1

#ef7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7ecc Color CSS Codes

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

#ef7ecc Text Font Color

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

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


#ef7ecc Background Color

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

This div background color is #ef7ecc


#ef7ecc Border Color

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

This div border color is #ef7ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,126,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef7ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef7ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #ef7ecc;
  box-shadow:         1px 1px 3px 2px #ef7ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,126,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7ecc


Comments

No comments written yet.

Please login to write comment.