Color Hex Logo

#ef77ec Color Hex

#EF77EC
(239,119,236)
0 Favorites   0 Comments

Color spaces of #ef77ec

RGB 239119236
HSL0.840.790.70
HSV302°50°94°
CMYK 0.000.500.01   0.06
XYZ57.333837.600583.5927
Yxy37.60050.32110.2106
Hunter Lab61.319259.5897-37.9029
CIE-Lab67.725161.5841-38.7791

#ef77ec color RGB value is (239,119,236).

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

The process color (four color CMYK) of #ef77ec color hex is 0.00, 0.50, 0.01, 0.06. Web safe color of #ef77ec is #ff66ff. Color #ef77ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 11101100
Octal 357 167 354
Decimal 239 119 236
Hex EF 77 EC

RGB Percentages of Color #ef77ec

%40.24
%20.03
%39.73

CMYK Percentages of Color #ef77ec

%0
%50
%1
%6

Triadic Colors of #ef77ec

#ef77ec #ecef77 #77ecef

Analogous Colors of #ef77ec

#ef77ec #ef77b0 #b677ef

Monochromatic Colors of #ef77ec

#ef77ec

Complementary Color

#ef77ec #77ef7a

#ef77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef77ec Color CSS Codes

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

#ef77ec Text Font Color

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

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


#ef77ec Background Color

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

This div background color is #ef77ec


#ef77ec Border Color

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

This div border color is #ef77ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef77ec


Comments

No comments written yet.

Please login to write comment.