Color Hex Logo

#ee6eeb Color Hex

#EE6EEB
(238,110,235)
0 Favorites   0 Comments

Color spaces of #ee6eeb

RGB 238110235
HSL0.840.790.68
HSV301°54°93°
CMYK 0.000.540.01   0.07
XYZ55.831235.327282.4735
Yxy35.32720.32150.2035
Hunter Lab59.436763.6578-40.6643
CIE-Lab66.002665.2853-40.9280

#ee6eeb color RGB value is (238,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101110 11101011
Octal 356 156 353
Decimal 238 110 235
Hex EE 6E EB

RGB Percentages of Color #ee6eeb

%40.82
%18.87
%40.31

CMYK Percentages of Color #ee6eeb

%0
%54
%1
%7

Triadic Colors of #ee6eeb

#ee6eeb #ebee6e #6eebee

Analogous Colors of #ee6eeb

#ee6eeb #ee6eab #b16eee

Monochromatic Colors of #ee6eeb

#ee6eeb

Complementary Color

#ee6eeb #6eee71

#ee6eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6eeb Color CSS Codes

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

#ee6eeb Text Font Color

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

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


#ee6eeb Background Color

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

This div background color is #ee6eeb


#ee6eeb Border Color

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

This div border color is #ee6eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,110,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 #ee6eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6eeb


Comments

No comments written yet.

Please login to write comment.