Color Hex Logo

#ee0bde Color Hex

#EE0BDE
(238,11,222)
0 Favorites   0 Comments

Color spaces of #ee0bde

RGB 23811222
HSL0.850.910.49
HSV304°95°93°
CMYK 0.000.950.07   0.07
XYZ48.564423.690471.1203
Yxy23.69040.33870.1652
Hunter Lab48.672892.9251-52.5631
CIE-Lab55.776590.3454-49.7774

#ee0bde color RGB value is (238,11,222).

#ee0bde hex color red value is 238, green value is 11 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ee0bde hue: 0.85 , saturation: 0.91 and the lightness value of ee0bde is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001011 11011110
Octal 356 13 336
Decimal 238 11 222
Hex EE B DE

RGB Percentages of Color #ee0bde

%50.53
%2.34
%47.13

CMYK Percentages of Color #ee0bde

%0
%95
%7
%7

Triadic Colors of #ee0bde

#ee0bde #deee0b #0bdeee

Analogous Colors of #ee0bde

#ee0bde #ee0b6d #8d0bee

Monochromatic Colors of #ee0bde

#ee0bde

Complementary Color

#ee0bde #0bee1b

#ee0bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0bde Color CSS Codes

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

#ee0bde Text Font Color

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

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


#ee0bde Background Color

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

This div background color is #ee0bde


#ee0bde Border Color

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

This div border color is #ee0bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0bde


Comments

No comments written yet.

Please login to write comment.