Color Hex Logo

#e532bf Color Hex

#E532BF
(229,50,191)
0 Favorites   0 Comments

Color spaces of #e532bf

RGB 22950191
HSL0.870.770.55
HSV313°78°90°
CMYK 0.000.780.17   0.10
XYZ42.857722.700851.4131
Yxy22.70080.36640.1941
Hunter Lab47.645477.1840-30.6268
CIE-Lab54.762878.4009-33.7355

#e532bf color RGB value is (229,50,191).

#e532bf hex color red value is 229, green value is 50 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e532bf hue: 0.87 , saturation: 0.77 and the lightness value of e532bf is 0.55.

The process color (four color CMYK) of #e532bf color hex is 0.00, 0.78, 0.17, 0.10. Web safe color of #e532bf is #cc33cc. Color #e532bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 10111111
Octal 345 62 277
Decimal 229 50 191
Hex E5 32 BF

RGB Percentages of Color #e532bf

%48.72
%10.64
%40.64

CMYK Percentages of Color #e532bf

%0
%78
%17
%10

Triadic Colors of #e532bf

#e532bf #bfe532 #32bfe5

Analogous Colors of #e532bf

#e532bf #e53266 #b232e5

Monochromatic Colors of #e532bf

#e532bf

Complementary Color

#e532bf #32e558

#e532bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532bf Color CSS Codes

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

#e532bf Text Font Color

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

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


#e532bf Background Color

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

This div background color is #e532bf


#e532bf Border Color

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

This div border color is #e532bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532bf


Comments

No comments written yet.

Please login to write comment.