Color Hex Logo

#e576fb Color Hex

#E576FB
(229,118,251)
0 Favorites   0 Comments

Color spaces of #e576fb

RGB 229118251
HSL0.810.940.72
HSV290°53°98°
CMYK 0.090.530.00   0.02
XYZ56.204136.579995.3651
Yxy36.57990.29870.1944
Hunter Lab60.481360.0342-51.1497
CIE-Lab66.960762.0861-48.3194

#e576fb color RGB value is (229,118,251).

#e576fb hex color red value is 229, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e576fb hue: 0.81 , saturation: 0.94 and the lightness value of e576fb is 0.72.

The process color (four color CMYK) of #e576fb color hex is 0.09, 0.53, 0.00, 0.02. Web safe color of #e576fb is #cc66ff. Color #e576fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110110 11111011
Octal 345 166 373
Decimal 229 118 251
Hex E5 76 FB

RGB Percentages of Color #e576fb

%38.29
%19.73
%41.97

CMYK Percentages of Color #e576fb

%9
%53
%0
%2

Triadic Colors of #e576fb

#e576fb #fbe576 #76fbe5

Analogous Colors of #e576fb

#e576fb #fb76cf #a376fb

Monochromatic Colors of #e576fb

#e576fb

Complementary Color

#e576fb #8cfb76

#e576fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e576fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e576fb Color CSS Codes

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

#e576fb Text Font Color

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

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


#e576fb Background Color

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

This div background color is #e576fb


#e576fb Border Color

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

This div border color is #e576fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,118,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e576fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e576fb;
  -webkit-box-shadow: 1px 1px 3px 2px #e576fb;
  box-shadow:         1px 1px 3px 2px #e576fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,118,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e576fb


Comments

No comments written yet.

Please login to write comment.