Color Hex Logo

#e53fbb Color Hex

#E53FBB
(229,63,187)
0 Favorites   0 Comments

Color spaces of #e53fbb

RGB 22963187
HSL0.880.760.57
HSV315°72°90°
CMYK 0.000.720.18   0.10
XYZ43.060223.800949.3382
Yxy23.80090.37060.2048
Hunter Lab48.786272.1739-25.8106
CIE-Lab55.887974.1543-29.6718

#e53fbb color RGB value is (229,63,187).

#e53fbb hex color red value is 229, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e53fbb hue: 0.88 , saturation: 0.76 and the lightness value of e53fbb is 0.57.

The process color (four color CMYK) of #e53fbb color hex is 0.00, 0.72, 0.18, 0.10. Web safe color of #e53fbb is #cc33cc. Color #e53fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111111 10111011
Octal 345 77 273
Decimal 229 63 187
Hex E5 3F BB

RGB Percentages of Color #e53fbb

%47.81
%13.15
%39.04

CMYK Percentages of Color #e53fbb

%0
%72
%18
%10

Triadic Colors of #e53fbb

#e53fbb #bbe53f #3fbbe5

Analogous Colors of #e53fbb

#e53fbb #e53f68 #bc3fe5

Monochromatic Colors of #e53fbb

#e53fbb

Complementary Color

#e53fbb #3fe569

#e53fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53fbb Color CSS Codes

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

#e53fbb Text Font Color

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

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


#e53fbb Background Color

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

This div background color is #e53fbb


#e53fbb Border Color

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

This div border color is #e53fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53fbb


Comments

No comments written yet.

Please login to write comment.