Color Hex Logo

#ee2dfb Color Hex

#EE2DFB
(238,45,251)
0 Favorites   0 Comments

Color spaces of #ee2dfb

RGB 23845251
HSL0.820.960.58
HSV296°82°98°
CMYK 0.050.820.00   0.02
XYZ53.610927.018993.6564
Yxy27.01890.30760.1550
Hunter Lab51.979793.1371-70.4422
CIE-Lab58.991889.8782-60.9090

#ee2dfb color RGB value is (238,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101101 11111011
Octal 356 55 373
Decimal 238 45 251
Hex EE 2D FB

RGB Percentages of Color #ee2dfb

%44.57
%8.43
%47.00

CMYK Percentages of Color #ee2dfb

%5
%82
%0
%2

Triadic Colors of #ee2dfb

#ee2dfb #fbee2d #2dfbee

Analogous Colors of #ee2dfb

#ee2dfb #fb2da1 #872dfb

Monochromatic Colors of #ee2dfb

#ee2dfb

Complementary Color

#ee2dfb #3afb2d

#ee2dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2dfb Color CSS Codes

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

#ee2dfb Text Font Color

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

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


#ee2dfb Background Color

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

This div background color is #ee2dfb


#ee2dfb Border Color

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

This div border color is #ee2dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.