Color Hex Logo

#ee76ef Color Hex

#EE76EF
(238,118,239)
0 Favorites   0 Comments

Color spaces of #ee76ef

RGB 238118239
HSL0.830.790.70
HSV300°51°94°
CMYK 0.000.510.00   0.06
XYZ57.318337.366085.8527
Yxy37.36600.31750.2070
Hunter Lab61.127760.4025-40.4822
CIE-Lab67.550762.2978-40.7155

#ee76ef color RGB value is (238,118,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 11101111
Octal 356 166 357
Decimal 238 118 239
Hex EE 76 EF

RGB Percentages of Color #ee76ef

%40.00
%19.83
%40.17

CMYK Percentages of Color #ee76ef

%0
%51
%0
%6

Triadic Colors of #ee76ef

#ee76ef #efee76 #76efee

Analogous Colors of #ee76ef

#ee76ef #ef76b4 #b276ef

Monochromatic Colors of #ee76ef

#ee76ef

Complementary Color

#ee76ef #77ef76

#ee76ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76ef Color CSS Codes

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

#ee76ef Text Font Color

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

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


#ee76ef Background Color

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

This div background color is #ee76ef


#ee76ef Border Color

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

This div border color is #ee76ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76ef


Comments

No comments written yet.

Please login to write comment.