Color Hex Logo

#e780ec Color Hex

#E780EC
(231,128,236)
0 Favorites   0 Comments

Color spaces of #e780ec

RGB 231128236
HSL0.830.740.71
HSV297°46°93°
CMYK 0.020.460.00   0.07
XYZ55.814538.483483.8432
Yxy38.48340.31330.2160
Hunter Lab62.035052.0399-36.7087
CIE-Lab68.375455.0161-37.8407

#e780ec color RGB value is (231,128,236).

#e780ec hex color red value is 231, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e780ec hue: 0.83 , saturation: 0.74 and the lightness value of e780ec is 0.71.

The process color (four color CMYK) of #e780ec color hex is 0.02, 0.46, 0.00, 0.07. Web safe color of #e780ec is #ff99ff. Color #e780ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 11101100
Octal 347 200 354
Decimal 231 128 236
Hex E7 80 EC

RGB Percentages of Color #e780ec

%38.82
%21.51
%39.66

CMYK Percentages of Color #e780ec

%2
%46
%0
%7

Triadic Colors of #e780ec

#e780ec #ece780 #80ece7

Analogous Colors of #e780ec

#e780ec #ec80bb #b180ec

Monochromatic Colors of #e780ec

#e780ec

Complementary Color

#e780ec #85ec80

#e780ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e780ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e780ec Color CSS Codes

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

#e780ec Text Font Color

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

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


#e780ec Background Color

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

This div background color is #e780ec


#e780ec Border Color

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

This div border color is #e780ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e780ec


Comments

No comments written yet.

Please login to write comment.