Color Hex Logo

#ee2fdd Color Hex

#EE2FDD
(238,47,221)
0 Favorites   0 Comments

Color spaces of #ee2fdd

RGB 23847221
HSL0.850.850.56
HSV305°80°93°
CMYK 0.000.800.07   0.07
XYZ49.327625.430670.7154
Yxy25.43060.33910.1748
Hunter Lab50.428886.3519-47.8412
CIE-Lab57.492685.0314-46.4887

#ee2fdd color RGB value is (238,47,221).

#ee2fdd hex color red value is 238, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ee2fdd hue: 0.85 , saturation: 0.85 and the lightness value of ee2fdd is 0.56.

The process color (four color CMYK) of #ee2fdd color hex is 0.00, 0.80, 0.07, 0.07. Web safe color of #ee2fdd is #ff33cc. Color #ee2fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00101111 11011101
Octal 356 57 335
Decimal 238 47 221
Hex EE 2F DD

RGB Percentages of Color #ee2fdd

%47.04
%9.29
%43.68

CMYK Percentages of Color #ee2fdd

%0
%80
%7
%7

Triadic Colors of #ee2fdd

#ee2fdd #ddee2f #2fddee

Analogous Colors of #ee2fdd

#ee2fdd #ee2f7e #a02fee

Monochromatic Colors of #ee2fdd

#ee2fdd

Complementary Color

#ee2fdd #2fee40

#ee2fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2fdd Color CSS Codes

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

#ee2fdd Text Font Color

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

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


#ee2fdd Background Color

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

This div background color is #ee2fdd


#ee2fdd Border Color

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

This div border color is #ee2fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2fdd


Comments

No comments written yet.

Please login to write comment.