Color Hex Logo

#ee6feb Color Hex

#EE6FEB
(238,111,235)
0 Favorites   0 Comments

Color spaces of #ee6feb

RGB 238111235
HSL0.840.790.68
HSV301°53°93°
CMYK 0.000.530.01   0.07
XYZ55.939735.544282.5096
Yxy35.54420.32150.2043
Hunter Lab59.619063.1511-40.3211
CIE-Lab66.170264.8342-40.6657

#ee6feb color RGB value is (238,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101111 11101011
Octal 356 157 353
Decimal 238 111 235
Hex EE 6F EB

RGB Percentages of Color #ee6feb

%40.75
%19.01
%40.24

CMYK Percentages of Color #ee6feb

%0
%53
%1
%7

Triadic Colors of #ee6feb

#ee6feb #ebee6f #6febee

Analogous Colors of #ee6feb

#ee6feb #ee6fac #b26fee

Monochromatic Colors of #ee6feb

#ee6feb

Complementary Color

#ee6feb #6fee72

#ee6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6feb Color CSS Codes

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

#ee6feb Text Font Color

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

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


#ee6feb Background Color

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

This div background color is #ee6feb


#ee6feb Border Color

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

This div border color is #ee6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6feb


Comments

No comments written yet.

Please login to write comment.