Color Hex Logo

#e525fb Color Hex

#E525FB
(229,37,251)
0 Favorites   0 Comments

Color spaces of #e525fb

RGB 22937251
HSL0.820.960.56
HSV294°85°98°
CMYK 0.090.850.00   0.02
XYZ50.387324.946293.4262
Yxy24.94620.29860.1478
Hunter Lab49.946292.6707-75.9419
CIE-Lab57.023089.9126-64.1476

#e525fb color RGB value is (229,37,251).

#e525fb hex color red value is 229, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e525fb hue: 0.82 , saturation: 0.96 and the lightness value of e525fb is 0.56.

The process color (four color CMYK) of #e525fb color hex is 0.09, 0.85, 0.00, 0.02. Web safe color of #e525fb is #cc33ff. Color #e525fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100101 11111011
Octal 345 45 373
Decimal 229 37 251
Hex E5 25 FB

RGB Percentages of Color #e525fb

%44.29
%7.16
%48.55

CMYK Percentages of Color #e525fb

%9
%85
%0
%2

Triadic Colors of #e525fb

#e525fb #fbe525 #25fbe5

Analogous Colors of #e525fb

#e525fb #fb25a6 #7a25fb

Monochromatic Colors of #e525fb

#e525fb

Complementary Color

#e525fb #3bfb25

#e525fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e525fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e525fb Color CSS Codes

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

#e525fb Text Font Color

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

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


#e525fb Background Color

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

This div background color is #e525fb


#e525fb Border Color

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

This div border color is #e525fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e525fb


Comments

No comments written yet.

Please login to write comment.