Color Hex Logo

#e978df Color Hex

#E978DF
(233,120,223)
0 Favorites   0 Comments

Color spaces of #e978df

RGB 233120223
HSL0.850.720.69
HSV305°48°91°
CMYK 0.000.480.04   0.09
XYZ53.640036.084373.9499
Yxy36.08430.32770.2205
Hunter Lab60.070254.2696-30.9403
CIE-Lab66.584357.2267-33.4148

#e978df color RGB value is (233,120,223).

#e978df hex color red value is 233, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e978df hue: 0.85 , saturation: 0.72 and the lightness value of e978df is 0.69.

The process color (four color CMYK) of #e978df color hex is 0.00, 0.48, 0.04, 0.09. Web safe color of #e978df is #ff66cc. Color #e978df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111000 11011111
Octal 351 170 337
Decimal 233 120 223
Hex E9 78 DF

RGB Percentages of Color #e978df

%40.45
%20.83
%38.72

CMYK Percentages of Color #e978df

%0
%48
%4
%9

Triadic Colors of #e978df

#e978df #dfe978 #78dfe9

Analogous Colors of #e978df

#e978df #e978a7 #bb78e9

Monochromatic Colors of #e978df

#e978df

Complementary Color

#e978df #78e982

#e978df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e978df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e978df Color CSS Codes

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

#e978df Text Font Color

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

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


#e978df Background Color

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

This div background color is #e978df


#e978df Border Color

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

This div border color is #e978df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e978df


Comments

No comments written yet.

Please login to write comment.