Color Hex Logo

#ee92ce Color Hex

#EE92CE
(238,146,206)
0 Favorites   0 Comments

Color spaces of #ee92ce

RGB 238146206
HSL0.890.730.75
HSV321°39°93°
CMYK 0.000.390.13   0.07
XYZ56.679443.191163.7419
Yxy43.19110.34640.2640
Hunter Lab65.719938.9354-11.5015
CIE-Lab71.684542.9044-16.1285

#ee92ce color RGB value is (238,146,206).

#ee92ce hex color red value is 238, green value is 146 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ee92ce hue: 0.89 , saturation: 0.73 and the lightness value of ee92ce is 0.75.

The process color (four color CMYK) of #ee92ce color hex is 0.00, 0.39, 0.13, 0.07. Web safe color of #ee92ce is #ff99cc. Color #ee92ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 11001110
Octal 356 222 316
Decimal 238 146 206
Hex EE 92 CE

RGB Percentages of Color #ee92ce

%40.34
%24.75
%34.92

CMYK Percentages of Color #ee92ce

%0
%39
%13
%7

Triadic Colors of #ee92ce

#ee92ce #ceee92 #92ceee

Analogous Colors of #ee92ce

#ee92ce #ee92a0 #e092ee

Monochromatic Colors of #ee92ce

#ee92ce

Complementary Color

#ee92ce #92eeb2

#ee92ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee92ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee92ce Color CSS Codes

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

#ee92ce Text Font Color

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

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


#ee92ce Background Color

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

This div background color is #ee92ce


#ee92ce Border Color

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

This div border color is #ee92ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee92ce

#ee92ce Color Palettes


Comments

No comments written yet.

Please login to write comment.