Color Hex Logo

#ee0dbd Color Hex

#EE0DBD
(238,13,189)
0 Favorites   0 Comments

Color spaces of #ee0dbd

RGB 23813189
HSL0.870.900.49
HSV313°95°93°
CMYK 0.000.950.21   0.07
XYZ44.589122.139150.0673
Yxy22.13910.38180.1896
Hunter Lab47.052286.8145-30.1527
CIE-Lab54.174386.0328-33.3793

#ee0dbd color RGB value is (238,13,189).

#ee0dbd hex color red value is 238, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee0dbd hue: 0.87 , saturation: 0.90 and the lightness value of ee0dbd is 0.49.

The process color (four color CMYK) of #ee0dbd color hex is 0.00, 0.95, 0.21, 0.07. Web safe color of #ee0dbd is #ff00cc. Color #ee0dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001101 10111101
Octal 356 15 275
Decimal 238 13 189
Hex EE D BD

RGB Percentages of Color #ee0dbd

%54.09
%2.95
%42.95

CMYK Percentages of Color #ee0dbd

%0
%95
%21
%7

Triadic Colors of #ee0dbd

#ee0dbd #bdee0d #0dbdee

Analogous Colors of #ee0dbd

#ee0dbd #ee0d4d #af0dee

Monochromatic Colors of #ee0dbd

#ee0dbd

Complementary Color

#ee0dbd #0dee3e

#ee0dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0dbd Color CSS Codes

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

#ee0dbd Text Font Color

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

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


#ee0dbd Background Color

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

This div background color is #ee0dbd


#ee0dbd Border Color

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

This div border color is #ee0dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0dbd


Comments

No comments written yet.

Please login to write comment.