Color Hex Logo

#ee70fd Color Hex

#EE70FD
(238,112,253)
0 Favorites   0 Comments

Color spaces of #ee70fd

RGB 238112253
HSL0.820.970.72
HSV294°56°99°
CMYK 0.060.560.00   0.01
XYZ58.783736.857396.9444
Yxy36.85730.30520.1914
Hunter Lab60.710266.5928-52.1794
CIE-Lab67.169867.5092-49.0093

#ee70fd color RGB value is (238,112,253).

#ee70fd hex color red value is 238, green value is 112 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ee70fd hue: 0.82 , saturation: 0.97 and the lightness value of ee70fd is 0.72.

The process color (four color CMYK) of #ee70fd color hex is 0.06, 0.56, 0.00, 0.01. Web safe color of #ee70fd is #ff66ff. Color #ee70fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 11111101
Octal 356 160 375
Decimal 238 112 253
Hex EE 70 FD

RGB Percentages of Color #ee70fd

%39.47
%18.57
%41.96

CMYK Percentages of Color #ee70fd

%6
%56
%0
%1

Triadic Colors of #ee70fd

#ee70fd #fdee70 #70fdee

Analogous Colors of #ee70fd

#ee70fd #fd70c6 #a870fd

Monochromatic Colors of #ee70fd

#ee70fd

Complementary Color

#ee70fd #7ffd70

#ee70fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee70fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee70fd Color CSS Codes

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

#ee70fd Text Font Color

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

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


#ee70fd Background Color

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

This div background color is #ee70fd


#ee70fd Border Color

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

This div border color is #ee70fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee70fd

Related Colors


Comments

No comments written yet.

Please login to write comment.