Color Hex Logo

#ee39d1 Color Hex

#EE39D1
(238,57,209)
0 Favorites   0 Comments

Color spaces of #ee39d1

RGB 23857209
HSL0.860.840.58
HSV310°76°93°
CMYK 0.000.760.12   0.07
XYZ48.231625.706862.7414
Yxy25.70680.35290.1881
Hunter Lab50.701981.0749-37.8775
CIE-Lab57.757780.8905-39.2602

#ee39d1 color RGB value is (238,57,209).

#ee39d1 hex color red value is 238, green value is 57 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #ee39d1 hue: 0.86 , saturation: 0.84 and the lightness value of ee39d1 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 11010001
Octal 356 71 321
Decimal 238 57 209
Hex EE 39 D1

RGB Percentages of Color #ee39d1

%47.22
%11.31
%41.47

CMYK Percentages of Color #ee39d1

%0
%76
%12
%7

Triadic Colors of #ee39d1

#ee39d1 #d1ee39 #39d1ee

Analogous Colors of #ee39d1

#ee39d1 #ee3977 #b139ee

Monochromatic Colors of #ee39d1

#ee39d1

Complementary Color

#ee39d1 #39ee56

#ee39d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee39d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee39d1 Color CSS Codes

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

#ee39d1 Text Font Color

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

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


#ee39d1 Background Color

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

This div background color is #ee39d1


#ee39d1 Border Color

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

This div border color is #ee39d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee39d1


Comments

No comments written yet.

Please login to write comment.