Color Hex Logo

#e575fb Color Hex

#E575FB
(229,117,251)
0 Favorites   0 Comments

Color spaces of #e575fb

RGB 229117251
HSL0.810.940.72
HSV290°53°98°
CMYK 0.090.530.00   0.02
XYZ56.087036.345695.3261
Yxy36.34560.29870.1936
Hunter Lab60.287360.5608-51.5480
CIE-Lab66.783162.5595-48.5993

#e575fb color RGB value is (229,117,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 11111011
Octal 345 165 373
Decimal 229 117 251
Hex E5 75 FB

RGB Percentages of Color #e575fb

%38.36
%19.60
%42.04

CMYK Percentages of Color #e575fb

%9
%53
%0
%2

Triadic Colors of #e575fb

#e575fb #fbe575 #75fbe5

Analogous Colors of #e575fb

#e575fb #fb75ce #a275fb

Monochromatic Colors of #e575fb

#e575fb

Complementary Color

#e575fb #8bfb75

#e575fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e575fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e575fb Color CSS Codes

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

#e575fb Text Font Color

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

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


#e575fb Background Color

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

This div background color is #e575fb


#e575fb Border Color

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

This div border color is #e575fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e575fb


Comments

No comments written yet.

Please login to write comment.