Color Hex Logo

#e572fb Color Hex

#E572FB
(229,114,251)
0 Favorites   0 Comments

Color spaces of #e572fb

RGB 229114251
HSL0.810.940.72
HSV290°55°98°
CMYK 0.090.550.00   0.02
XYZ55.743035.657795.2114
Yxy35.65770.29870.1911
Hunter Lab59.714162.1299-52.7354
CIE-Lab66.257563.9659-49.4288

#e572fb color RGB value is (229,114,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 11111011
Octal 345 162 373
Decimal 229 114 251
Hex E5 72 FB

RGB Percentages of Color #e572fb

%38.55
%19.19
%42.26

CMYK Percentages of Color #e572fb

%9
%55
%0
%2

Triadic Colors of #e572fb

#e572fb #fbe572 #72fbe5

Analogous Colors of #e572fb

#e572fb #fb72cd #a172fb

Monochromatic Colors of #e572fb

#e572fb

Complementary Color

#e572fb #88fb72

#e572fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e572fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e572fb Color CSS Codes

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

#e572fb Text Font Color

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

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


#e572fb Background Color

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

This div background color is #e572fb


#e572fb Border Color

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

This div border color is #e572fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e572fb

Related Colors


Comments

No comments written yet.

Please login to write comment.