Color Hex Logo

#e55bcf Color Hex

#E55BCF
(229,91,207)
0 Favorites   0 Comments

Color spaces of #e55bcf

RGB 22991207
HSL0.860.730.63
HSV310°60°90°
CMYK 0.000.600.10   0.10
XYZ47.316728.645262.0667
Yxy28.64520.34280.2075
Hunter Lab53.521264.1451-31.2917
CIE-Lab60.467266.6737-33.9899

#e55bcf color RGB value is (229,91,207).

#e55bcf hex color red value is 229, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e55bcf hue: 0.86 , saturation: 0.73 and the lightness value of e55bcf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011011 11001111
Octal 345 133 317
Decimal 229 91 207
Hex E5 5B CF

RGB Percentages of Color #e55bcf

%43.45
%17.27
%39.28

CMYK Percentages of Color #e55bcf

%0
%60
%10
%10

Triadic Colors of #e55bcf

#e55bcf #cfe55b #5bcfe5

Analogous Colors of #e55bcf

#e55bcf #e55b8a #b65be5

Monochromatic Colors of #e55bcf

#e55bcf

Complementary Color

#e55bcf #5be571

#e55bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55bcf Color CSS Codes

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

#e55bcf Text Font Color

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

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


#e55bcf Background Color

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

This div background color is #e55bcf


#e55bcf Border Color

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

This div border color is #e55bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55bcf


Comments

No comments written yet.

Please login to write comment.