Color Hex Logo

#e55fbf Color Hex

#E55FBF
(229,95,191)
0 Favorites   0 Comments

Color spaces of #e55fbf

RGB 22995191
HSL0.880.720.64
HSV317°59°90°
CMYK 0.000.590.17   0.10
XYZ45.809328.604052.3969
Yxy28.60400.36120.2256
Hunter Lab53.482759.2951-20.6484
CIE-Lab60.430562.5782-24.9507

#e55fbf color RGB value is (229,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011111 10111111
Octal 345 137 277
Decimal 229 95 191
Hex E5 5F BF

RGB Percentages of Color #e55fbf

%44.47
%18.45
%37.09

CMYK Percentages of Color #e55fbf

%0
%59
%17
%10

Triadic Colors of #e55fbf

#e55fbf #bfe55f #5fbfe5

Analogous Colors of #e55fbf

#e55fbf #e55f7c #c85fe5

Monochromatic Colors of #e55fbf

#e55fbf

Complementary Color

#e55fbf #5fe585

#e55fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55fbf Color CSS Codes

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

#e55fbf Text Font Color

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

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


#e55fbf Background Color

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

This div background color is #e55fbf


#e55fbf Border Color

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

This div border color is #e55fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55fbf


Comments

No comments written yet.

Please login to write comment.