Color Hex Logo

#ee20ef Color Hex

#EE20EF
(238,32,239)
0 Favorites   0 Comments

Color spaces of #ee20ef

RGB 23832239
HSL0.830.870.53
HSV300°87°94°
CMYK 0.000.870.00   0.06
XYZ51.356425.442283.8654
Yxy25.44220.31970.1584
Hunter Lab50.440393.4716-63.2714
CIE-Lab57.503890.4181-56.6011

#ee20ef color RGB value is (238,32,239).

#ee20ef hex color red value is 238, green value is 32 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ee20ef hue: 0.83 , saturation: 0.87 and the lightness value of ee20ef is 0.53.

The process color (four color CMYK) of #ee20ef color hex is 0.00, 0.87, 0.00, 0.06. Web safe color of #ee20ef is #ff33ff. Color #ee20ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100000 11101111
Octal 356 40 357
Decimal 238 32 239
Hex EE 20 EF

RGB Percentages of Color #ee20ef

%46.76
%6.29
%46.95

CMYK Percentages of Color #ee20ef

%0
%87
%0
%6

Triadic Colors of #ee20ef

#ee20ef #efee20 #20efee

Analogous Colors of #ee20ef

#ee20ef #ef2089 #8720ef

Monochromatic Colors of #ee20ef

#ee20ef

Complementary Color

#ee20ef #21ef20

#ee20ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee20ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee20ef Color CSS Codes

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

#ee20ef Text Font Color

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

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


#ee20ef Background Color

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

This div background color is #ee20ef


#ee20ef Border Color

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

This div border color is #ee20ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee20ef


Comments

No comments written yet.

Please login to write comment.