Color Hex Logo

#e780fe Color Hex

#E780FE
(231,128,254)
0 Favorites   0 Comments

Color spaces of #e780fe

RGB 231128254
HSL0.800.980.75
HSV289°50°100°
CMYK 0.090.500.00   0.00
XYZ58.563639.583098.3196
Yxy39.58300.29810.2015
Hunter Lab62.915056.0530-48.6141
CIE-Lab69.171558.3491-46.4637

#e780fe color RGB value is (231,128,254).

#e780fe hex color red value is 231, green value is 128 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e780fe hue: 0.80 , saturation: 0.98 and the lightness value of e780fe is 0.75.

The process color (four color CMYK) of #e780fe color hex is 0.09, 0.50, 0.00, 0.00. Web safe color of #e780fe is #ff99ff. Color #e780fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 11111110
Octal 347 200 376
Decimal 231 128 254
Hex E7 80 FE

RGB Percentages of Color #e780fe

%37.68
%20.88
%41.44

CMYK Percentages of Color #e780fe

%9
%50
%0
%0

Triadic Colors of #e780fe

#e780fe #fee780 #80fee7

Analogous Colors of #e780fe

#e780fe #fe80d6 #a880fe

Monochromatic Colors of #e780fe

#e780fe

Complementary Color

#e780fe #97fe80

#e780fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e780fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e780fe Color CSS Codes

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

#e780fe Text Font Color

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

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


#e780fe Background Color

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

This div background color is #e780fe


#e780fe Border Color

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

This div border color is #e780fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e780fe

Related Colors


Comments

No comments written yet.

Please login to write comment.