Color Hex Logo

#e80fbc Color Hex

#E80FBC
(232,15,188)
0 Favorites   0 Comments

Color spaces of #e80fbc

RGB 23215188
HSL0.870.880.48
HSV312°94°91°
CMYK 0.000.940.19   0.09
XYZ42.526621.128349.4137
Yxy21.12830.37610.1869
Hunter Lab45.965584.7058-31.5619
CIE-Lab53.089684.6230-34.5747

#e80fbc color RGB value is (232,15,188).

#e80fbc hex color red value is 232, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e80fbc hue: 0.87 , saturation: 0.88 and the lightness value of e80fbc is 0.48.

The process color (four color CMYK) of #e80fbc color hex is 0.00, 0.94, 0.19, 0.09. Web safe color of #e80fbc is #ff00cc. Color #e80fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 10111100
Octal 350 17 274
Decimal 232 15 188
Hex E8 F BC

RGB Percentages of Color #e80fbc

%53.33
%3.45
%43.22

CMYK Percentages of Color #e80fbc

%0
%94
%19
%9

Triadic Colors of #e80fbc

#e80fbc #bce80f #0fbce8

Analogous Colors of #e80fbc

#e80fbc #e80f50 #a80fe8

Monochromatic Colors of #e80fbc

#e80fbc

Complementary Color

#e80fbc #0fe83b

#e80fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80fbc Color CSS Codes

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

#e80fbc Text Font Color

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

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


#e80fbc Background Color

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

This div background color is #e80fbc


#e80fbc Border Color

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

This div border color is #e80fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,15,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #e80fbc;
  box-shadow:         1px 1px 3px 2px #e80fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,15,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80fbc


Comments

No comments written yet.

Please login to write comment.