Color Hex Logo

#ee94cb Color Hex

#EE94CB
(238,148,203)
0 Favorites   0 Comments

Color spaces of #ee94cb

RGB 238148203
HSL0.900.730.76
HSV323°38°93°
CMYK 0.000.380.15   0.07
XYZ56.629343.668761.9441
Yxy43.66870.34900.2692
Hunter Lab66.082337.3218-9.3195
CIE-Lab72.006541.3924-13.9853

#ee94cb color RGB value is (238,148,203).

#ee94cb hex color red value is 238, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ee94cb hue: 0.90 , saturation: 0.73 and the lightness value of ee94cb is 0.76.

The process color (four color CMYK) of #ee94cb color hex is 0.00, 0.38, 0.15, 0.07. Web safe color of #ee94cb is #ff99cc. Color #ee94cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 11001011
Octal 356 224 313
Decimal 238 148 203
Hex EE 94 CB

RGB Percentages of Color #ee94cb

%40.41
%25.13
%34.47

CMYK Percentages of Color #ee94cb

%0
%38
%15
%7

Triadic Colors of #ee94cb

#ee94cb #cbee94 #94cbee

Analogous Colors of #ee94cb

#ee94cb #ee949e #e494ee

Monochromatic Colors of #ee94cb

#ee94cb

Complementary Color

#ee94cb #94eeb7

#ee94cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee94cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee94cb Color CSS Codes

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

#ee94cb Text Font Color

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

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


#ee94cb Background Color

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

This div background color is #ee94cb


#ee94cb Border Color

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

This div border color is #ee94cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee94cb


Comments

No comments written yet.

Please login to write comment.