Color Hex Logo

#ee3afb Color Hex

#EE3AFB
(238,58,251)
0 Favorites   0 Comments

Color spaces of #ee3afb

RGB 23858251
HSL0.820.960.61
HSV296°77°98°
CMYK 0.050.770.00   0.02
XYZ54.185528.168393.8479
Yxy28.16830.30750.1599
Hunter Lab53.073889.3597-67.6880
CIE-Lab60.040586.8287-59.2305

#ee3afb color RGB value is (238,58,251).

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

The process color (four color CMYK) of #ee3afb color hex is 0.05, 0.77, 0.00, 0.02. Web safe color of #ee3afb is #ff33ff. Color #ee3afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111010 11111011
Octal 356 72 373
Decimal 238 58 251
Hex EE 3A FB

RGB Percentages of Color #ee3afb

%43.51
%10.60
%45.89

CMYK Percentages of Color #ee3afb

%5
%77
%0
%2

Triadic Colors of #ee3afb

#ee3afb #fbee3a #3afbee

Analogous Colors of #ee3afb

#ee3afb #fb3aa8 #8e3afb

Monochromatic Colors of #ee3afb

#ee3afb

Complementary Color

#ee3afb #47fb3a

#ee3afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3afb Color CSS Codes

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

#ee3afb Text Font Color

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

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


#ee3afb Background Color

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

This div background color is #ee3afb


#ee3afb Border Color

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

This div border color is #ee3afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3afb


Comments

No comments written yet.

Please login to write comment.