Color Hex Logo

#e978ec Color Hex

#E978EC
(233,120,236)
0 Favorites   0 Comments

Color spaces of #e978ec

RGB 233120236
HSL0.830.750.70
HSV298°49°93°
CMYK 0.010.490.00   0.07
XYZ55.461136.812783.5393
Yxy36.81270.31550.2094
Hunter Lab60.673556.9867-39.1630
CIE-Lab67.136359.4716-39.7554

#e978ec color RGB value is (233,120,236).

#e978ec hex color red value is 233, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e978ec hue: 0.83 , saturation: 0.75 and the lightness value of e978ec is 0.70.

The process color (four color CMYK) of #e978ec color hex is 0.01, 0.49, 0.00, 0.07. Web safe color of #e978ec is #ff66ff. Color #e978ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111000 11101100
Octal 351 170 354
Decimal 233 120 236
Hex E9 78 EC

RGB Percentages of Color #e978ec

%39.56
%20.37
%40.07

CMYK Percentages of Color #e978ec

%1
%49
%0
%7

Triadic Colors of #e978ec

#e978ec #ece978 #78ece9

Analogous Colors of #e978ec

#e978ec #ec78b5 #af78ec

Monochromatic Colors of #e978ec

#e978ec

Complementary Color

#e978ec #7bec78

#e978ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e978ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e978ec Color CSS Codes

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

#e978ec Text Font Color

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

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


#e978ec Background Color

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

This div background color is #e978ec


#e978ec Border Color

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

This div border color is #e978ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e978ec


Comments

No comments written yet.

Please login to write comment.