Color Hex Logo

#ee6afb Color Hex

#EE6AFB
(238,106,251)
0 Favorites   0 Comments

Color spaces of #ee6afb

RGB 238106251
HSL0.820.950.70
HSV295°58°98°
CMYK 0.050.580.00   0.02
XYZ57.826535.450295.0616
Yxy35.45020.30700.1882
Hunter Lab59.540169.1676-52.9843
CIE-Lab66.097769.8057-49.6041

#ee6afb color RGB value is (238,106,251).

#ee6afb hex color red value is 238, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ee6afb hue: 0.82 , saturation: 0.95 and the lightness value of ee6afb is 0.70.

The process color (four color CMYK) of #ee6afb color hex is 0.05, 0.58, 0.00, 0.02. Web safe color of #ee6afb is #ff66ff. Color #ee6afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01101010 11111011
Octal 356 152 373
Decimal 238 106 251
Hex EE 6A FB

RGB Percentages of Color #ee6afb

%40.00
%17.82
%42.18

CMYK Percentages of Color #ee6afb

%5
%58
%0
%2

Triadic Colors of #ee6afb

#ee6afb #fbee6a #6afbee

Analogous Colors of #ee6afb

#ee6afb #fb6ac0 #a66afb

Monochromatic Colors of #ee6afb

#ee6afb

Complementary Color

#ee6afb #77fb6a

#ee6afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee6afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee6afb Color CSS Codes

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

#ee6afb Text Font Color

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

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


#ee6afb Background Color

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

This div background color is #ee6afb


#ee6afb Border Color

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

This div border color is #ee6afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee6afb

Related Colors


Comments

No comments written yet.

Please login to write comment.