Color Hex Logo

#ee6deb Color Hex

#EE6DEB
(238,109,235)
0 Favorites   0 Comments

Color spaces of #ee6deb

RGB 238109235
HSL0.840.790.68
HSV301°54°93°
CMYK 0.000.540.01   0.07
XYZ55.723935.112682.4377
Yxy35.11260.32160.2026
Hunter Lab59.255964.1626-41.0060
CIE-Lab65.836265.7341-41.1885

#ee6deb color RGB value is (238,109,235).

#ee6deb hex color red value is 238, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ee6deb hue: 0.84 , saturation: 0.79 and the lightness value of ee6deb is 0.68.

The process color (four color CMYK) of #ee6deb color hex is 0.00, 0.54, 0.01, 0.07. Web safe color of #ee6deb is #ff66ff. Color #ee6deb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101101 11101011
Octal 356 155 353
Decimal 238 109 235
Hex EE 6D EB

RGB Percentages of Color #ee6deb

%40.89
%18.73
%40.38

CMYK Percentages of Color #ee6deb

%0
%54
%1
%7

Triadic Colors of #ee6deb

#ee6deb #ebee6d #6debee

Analogous Colors of #ee6deb

#ee6deb #ee6dab #b16dee

Monochromatic Colors of #ee6deb

#ee6deb

Complementary Color

#ee6deb #6dee70

#ee6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6deb Color CSS Codes

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

#ee6deb Text Font Color

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

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


#ee6deb Background Color

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

This div background color is #ee6deb


#ee6deb Border Color

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

This div border color is #ee6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6deb


Comments

No comments written yet.

Please login to write comment.