Color Hex Logo

#ee63eb Color Hex

#EE63EB
(238,99,235)
0 Favorites   0 Comments

Color spaces of #ee63eb

RGB 23899235
HSL0.840.800.66
HSV301°58°93°
CMYK 0.000.580.01   0.07
XYZ54.717133.099082.1021
Yxy33.09900.32200.1948
Hunter Lab57.531769.0867-44.3391
CIE-Lab64.241070.0745-43.6912

#ee63eb color RGB value is (238,99,235).

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

The process color (four color CMYK) of #ee63eb color hex is 0.00, 0.58, 0.01, 0.07. Web safe color of #ee63eb is #ff66ff. Color #ee63eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01100011 11101011
Octal 356 143 353
Decimal 238 99 235
Hex EE 63 EB

RGB Percentages of Color #ee63eb

%41.61
%17.31
%41.08

CMYK Percentages of Color #ee63eb

%0
%58
%1
%7

Triadic Colors of #ee63eb

#ee63eb #ebee63 #63ebee

Analogous Colors of #ee63eb

#ee63eb #ee63a6 #ac63ee

Monochromatic Colors of #ee63eb

#ee63eb

Complementary Color

#ee63eb #63ee66

#ee63eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee63eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee63eb Color CSS Codes

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

#ee63eb Text Font Color

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

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


#ee63eb Background Color

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

This div background color is #ee63eb


#ee63eb Border Color

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

This div border color is #ee63eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,99,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 #ee63eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee63eb


Comments

No comments written yet.

Please login to write comment.