Color Hex Logo

#ee19dc Color Hex

#EE19DC
(238,25,220)
0 Favorites   0 Comments

Color spaces of #ee19dc

RGB 23825220
HSL0.850.860.52
HSV305°89°93°
CMYK 0.000.890.08   0.07
XYZ48.525824.039769.7927
Yxy24.03970.34090.1689
Hunter Lab49.030390.8603-50.0758
CIE-Lab56.127588.7263-48.0856

#ee19dc color RGB value is (238,25,220).

#ee19dc hex color red value is 238, green value is 25 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ee19dc hue: 0.85 , saturation: 0.86 and the lightness value of ee19dc is 0.52.

The process color (four color CMYK) of #ee19dc color hex is 0.00, 0.89, 0.08, 0.07. Web safe color of #ee19dc is #ff00cc. Color #ee19dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 11011100
Octal 356 31 334
Decimal 238 25 220
Hex EE 19 DC

RGB Percentages of Color #ee19dc

%49.28
%5.18
%45.55

CMYK Percentages of Color #ee19dc

%0
%89
%8
%7

Triadic Colors of #ee19dc

#ee19dc #dcee19 #19dcee

Analogous Colors of #ee19dc

#ee19dc #ee1972 #9619ee

Monochromatic Colors of #ee19dc

#ee19dc

Complementary Color

#ee19dc #19ee2b

#ee19dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee19dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee19dc Color CSS Codes

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

#ee19dc Text Font Color

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

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


#ee19dc Background Color

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

This div background color is #ee19dc


#ee19dc Border Color

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

This div border color is #ee19dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee19dc


Comments

No comments written yet.

Please login to write comment.