Color Hex Logo

#ee78fd Color Hex

#EE78FD
(238,120,253)
0 Favorites   0 Comments

Color spaces of #ee78fd

RGB 238120253
HSL0.810.970.73
HSV293°53°99°
CMYK 0.060.530.00   0.01
XYZ59.706038.701997.2519
Yxy38.70190.30520.1978
Hunter Lab62.210962.4439-49.1382
CIE-Lab68.534863.8423-46.8591

#ee78fd color RGB value is (238,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 11111101
Octal 356 170 375
Decimal 238 120 253
Hex EE 78 FD

RGB Percentages of Color #ee78fd

%38.95
%19.64
%41.41

CMYK Percentages of Color #ee78fd

%6
%53
%0
%1

Triadic Colors of #ee78fd

#ee78fd #fdee78 #78fdee

Analogous Colors of #ee78fd

#ee78fd #fd78ca #ac78fd

Monochromatic Colors of #ee78fd

#ee78fd

Complementary Color

#ee78fd #87fd78

#ee78fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee78fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee78fd Color CSS Codes

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

#ee78fd Text Font Color

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

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


#ee78fd Background Color

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

This div background color is #ee78fd


#ee78fd Border Color

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

This div border color is #ee78fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee78fd

Related Colors


Comments

No comments written yet.

Please login to write comment.