Color Hex Logo

#ee76fc Color Hex

#EE76FC
(238,118,252)
0 Favorites   0 Comments

Color spaces of #ee76fc

RGB 238118252
HSL0.820.960.73
HSV294°53°99°
CMYK 0.060.530.00   0.01
XYZ59.309038.162396.3356
Yxy38.16230.30600.1969
Hunter Lab61.775663.2653-49.2164
CIE-Lab68.140164.5924-46.9328

#ee76fc color RGB value is (238,118,252).

#ee76fc hex color red value is 238, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ee76fc hue: 0.82 , saturation: 0.96 and the lightness value of ee76fc is 0.73.

The process color (four color CMYK) of #ee76fc color hex is 0.06, 0.53, 0.00, 0.01. Web safe color of #ee76fc is #ff66ff. Color #ee76fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 11111100
Octal 356 166 374
Decimal 238 118 252
Hex EE 76 FC

RGB Percentages of Color #ee76fc

%39.14
%19.41
%41.45

CMYK Percentages of Color #ee76fc

%6
%53
%0
%1

Triadic Colors of #ee76fc

#ee76fc #fcee76 #76fcee

Analogous Colors of #ee76fc

#ee76fc #fc76c7 #ab76fc

Monochromatic Colors of #ee76fc

#ee76fc

Complementary Color

#ee76fc #84fc76

#ee76fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76fc Color CSS Codes

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

#ee76fc Text Font Color

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

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


#ee76fc Background Color

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

This div background color is #ee76fc


#ee76fc Border Color

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

This div border color is #ee76fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76fc


Comments

No comments written yet.

Please login to write comment.