Color Hex Logo

#e55fbc Color Hex

#E55FBC
(229,95,188)
0 Favorites   0 Comments

Color spaces of #e55fbc

RGB 22995188
HSL0.880.720.64
HSV318°59°90°
CMYK 0.000.590.18   0.10
XYZ45.482428.473350.6757
Yxy28.47330.36490.2285
Hunter Lab53.360458.7661-18.9547
CIE-Lab60.313962.1460-23.4164

#e55fbc color RGB value is (229,95,188).

#e55fbc hex color red value is 229, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e55fbc hue: 0.88 , saturation: 0.72 and the lightness value of e55fbc is 0.64.

The process color (four color CMYK) of #e55fbc color hex is 0.00, 0.59, 0.18, 0.10. Web safe color of #e55fbc is #cc66cc. Color #e55fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 10111100
Octal 345 137 274
Decimal 229 95 188
Hex E5 5F BC

RGB Percentages of Color #e55fbc

%44.73
%18.55
%36.72

CMYK Percentages of Color #e55fbc

%0
%59
%18
%10

Triadic Colors of #e55fbc

#e55fbc #bce55f #5fbce5

Analogous Colors of #e55fbc

#e55fbc #e55f79 #cb5fe5

Monochromatic Colors of #e55fbc

#e55fbc

Complementary Color

#e55fbc #5fe588

#e55fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fbc Color CSS Codes

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

#e55fbc Text Font Color

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

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


#e55fbc Background Color

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

This div background color is #e55fbc


#e55fbc Border Color

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

This div border color is #e55fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fbc


Comments

No comments written yet.

Please login to write comment.