Color Hex Logo

#e978fe Color Hex

#E978FE
(233,120,254)
0 Favorites   0 Comments

Color spaces of #e978fe

RGB 233120254
HSL0.810.990.73
HSV291°53°100°
CMYK 0.080.530.00   0.00
XYZ58.210137.912398.0157
Yxy37.91230.29980.1953
Hunter Lab61.573060.9984-51.2805
CIE-Lab67.955962.7308-48.3601

#e978fe color RGB value is (233,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111000 11111110
Octal 351 170 376
Decimal 233 120 254
Hex E9 78 FE

RGB Percentages of Color #e978fe

%38.39
%19.77
%41.85

CMYK Percentages of Color #e978fe

%8
%53
%0
%0

Triadic Colors of #e978fe

#e978fe #fee978 #78fee9

Analogous Colors of #e978fe

#e978fe #fe78d0 #a678fe

Monochromatic Colors of #e978fe

#e978fe

Complementary Color

#e978fe #8dfe78

#e978fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e978fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e978fe Color CSS Codes

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

#e978fe Text Font Color

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

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


#e978fe Background Color

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

This div background color is #e978fe


#e978fe Border Color

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

This div border color is #e978fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,120,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e978fe

Related Colors


Comments

No comments written yet.

Please login to write comment.