Color Hex Logo

#ee19eb Color Hex

#EE19EB
(238,25,235)
0 Favorites   0 Comments

Color spaces of #ee19eb

RGB 23825235
HSL0.840.860.52
HSV301°89°93°
CMYK 0.000.890.01   0.07
XYZ50.602924.870680.7307
Yxy24.87060.32400.1592
Hunter Lab49.870493.8484-61.0699
CIE-Lab56.949190.8073-55.2441

#ee19eb color RGB value is (238,25,235).

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

The process color (four color CMYK) of #ee19eb color hex is 0.00, 0.89, 0.01, 0.07. Web safe color of #ee19eb is #ff00ff. Color #ee19eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 11101011
Octal 356 31 353
Decimal 238 25 235
Hex EE 19 EB

RGB Percentages of Color #ee19eb

%47.79
%5.02
%47.19

CMYK Percentages of Color #ee19eb

%0
%89
%1
%7

Triadic Colors of #ee19eb

#ee19eb #ebee19 #19ebee

Analogous Colors of #ee19eb

#ee19eb #ee1981 #8719ee

Monochromatic Colors of #ee19eb

#ee19eb

Complementary Color

#ee19eb #19ee1c

#ee19eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee19eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee19eb Color CSS Codes

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

#ee19eb Text Font Color

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

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


#ee19eb Background Color

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

This div background color is #ee19eb


#ee19eb Border Color

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

This div border color is #ee19eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee19eb


Comments

No comments written yet.

Please login to write comment.