Color Hex Logo

#ee76fd Color Hex

#EE76FD
(238,118,253)
0 Favorites   0 Comments

Color spaces of #ee76fd

RGB 238118253
HSL0.810.970.73
HSV293°53°99°
CMYK 0.060.530.00   0.01
XYZ59.468038.225997.1725
Yxy38.22590.30520.1962
Hunter Lab61.827163.4917-49.9060
CIE-Lab68.186864.7725-47.4067

#ee76fd color RGB value is (238,118,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 11111101
Octal 356 166 375
Decimal 238 118 253
Hex EE 76 FD

RGB Percentages of Color #ee76fd

%39.08
%19.38
%41.54

CMYK Percentages of Color #ee76fd

%6
%53
%0
%1

Triadic Colors of #ee76fd

#ee76fd #fdee76 #76fdee

Analogous Colors of #ee76fd

#ee76fd #fd76c9 #ab76fd

Monochromatic Colors of #ee76fd

#ee76fd

Complementary Color

#ee76fd #85fd76

#ee76fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76fd Color CSS Codes

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

#ee76fd Text Font Color

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

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


#ee76fd Background Color

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

This div background color is #ee76fd


#ee76fd Border Color

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

This div border color is #ee76fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76fd


Comments

No comments written yet.

Please login to write comment.