Color Hex Logo

#ee3dfe Color Hex

#EE3DFE
(238,61,254)
0 Favorites   0 Comments

Color spaces of #ee3dfe

RGB 23861254
HSL0.820.990.62
HSV295°76°100°
CMYK 0.060.760.00   0.00
XYZ54.818028.670496.4106
Yxy28.67040.30470.1594
Hunter Lab53.544789.0413-69.2740
CIE-Lab60.489686.4997-60.1731

#ee3dfe color RGB value is (238,61,254).

#ee3dfe hex color red value is 238, green value is 61 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ee3dfe hue: 0.82 , saturation: 0.99 and the lightness value of ee3dfe is 0.62.

The process color (four color CMYK) of #ee3dfe color hex is 0.06, 0.76, 0.00, 0.00. Web safe color of #ee3dfe is #ff33ff. Color #ee3dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111101 11111110
Octal 356 75 376
Decimal 238 61 254
Hex EE 3D FE

RGB Percentages of Color #ee3dfe

%43.04
%11.03
%45.93

CMYK Percentages of Color #ee3dfe

%6
%76
%0
%0

Triadic Colors of #ee3dfe

#ee3dfe #feee3d #3dfeee

Analogous Colors of #ee3dfe

#ee3dfe #fe3dae #8e3dfe

Monochromatic Colors of #ee3dfe

#ee3dfe

Complementary Color

#ee3dfe #4dfe3d

#ee3dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3dfe Color CSS Codes

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

#ee3dfe Text Font Color

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

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


#ee3dfe Background Color

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

This div background color is #ee3dfe


#ee3dfe Border Color

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

This div border color is #ee3dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3dfe


Comments

No comments written yet.

Please login to write comment.