Color Hex Logo

#e978be Color Hex

#E978BE
(233,120,190)
0 Favorites   0 Comments

Color spaces of #e978be

RGB 233120190
HSL0.900.720.69
HSV323°48°91°
CMYK 0.000.480.18   0.09
XYZ49.615034.474352.7544
Yxy34.47430.36260.2519
Hunter Lab58.714848.0845-12.1708
CIE-Lab65.337351.9968-16.8464

#e978be color RGB value is (233,120,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111000 10111110
Octal 351 170 276
Decimal 233 120 190
Hex E9 78 BE

RGB Percentages of Color #e978be

%42.91
%22.10
%34.99

CMYK Percentages of Color #e978be

%0
%48
%18
%9

Triadic Colors of #e978be

#e978be #bee978 #78bee9

Analogous Colors of #e978be

#e978be #e97886 #dc78e9

Monochromatic Colors of #e978be

#e978be

Complementary Color

#e978be #78e9a3

#e978be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e978be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e978be Color CSS Codes

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

#e978be Text Font Color

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

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


#e978be Background Color

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

This div background color is #e978be


#e978be Border Color

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

This div border color is #e978be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e978be


Comments

No comments written yet.

Please login to write comment.