Color Hex Logo

#ee76be Color Hex

#EE76BE
(238,118,190)
0 Favorites   0 Comments

Color spaces of #ee76be

RGB 238118190
HSL0.900.780.70
HSV324°50°93°
CMYK 0.000.500.20   0.07
XYZ51.032634.851752.7525
Yxy34.85170.36810.2514
Hunter Lab59.035350.9910-11.6553
CIE-Lab65.633054.5204-16.3346

#ee76be color RGB value is (238,118,190).

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

The process color (four color CMYK) of #ee76be color hex is 0.00, 0.50, 0.20, 0.07. Web safe color of #ee76be is #ff66cc. Color #ee76be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 10111110
Octal 356 166 276
Decimal 238 118 190
Hex EE 76 BE

RGB Percentages of Color #ee76be

%43.59
%21.61
%34.80

CMYK Percentages of Color #ee76be

%0
%50
%20
%7

Triadic Colors of #ee76be

#ee76be #beee76 #76beee

Analogous Colors of #ee76be

#ee76be #ee7682 #e276ee

Monochromatic Colors of #ee76be

#ee76be

Complementary Color

#ee76be #76eea6

#ee76be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee76be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee76be Color CSS Codes

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

#ee76be Text Font Color

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

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


#ee76be Background Color

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

This div background color is #ee76be


#ee76be Border Color

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

This div border color is #ee76be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee76be


Comments

No comments written yet.

Please login to write comment.