Color Hex Logo

#e55cbe Color Hex

#E55CBE
(229,92,190)
0 Favorites   0 Comments

Color spaces of #e55cbe

RGB 22992190
HSL0.880.720.63
HSV317°60°90°
CMYK 0.000.600.17   0.10
XYZ45.434528.030051.7309
Yxy28.03000.36290.2239
Hunter Lab52.943460.5328-20.8718
CIE-Lab59.915863.7247-25.1712

#e55cbe color RGB value is (229,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 10111110
Octal 345 134 276
Decimal 229 92 190
Hex E5 5C BE

RGB Percentages of Color #e55cbe

%44.81
%18.00
%37.18

CMYK Percentages of Color #e55cbe

%0
%60
%17
%10

Triadic Colors of #e55cbe

#e55cbe #bee55c #5cbee5

Analogous Colors of #e55cbe

#e55cbe #e55c7a #c85ce5

Monochromatic Colors of #e55cbe

#e55cbe

Complementary Color

#e55cbe #5ce583

#e55cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cbe Color CSS Codes

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

#e55cbe Text Font Color

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

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


#e55cbe Background Color

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

This div background color is #e55cbe


#e55cbe Border Color

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

This div border color is #e55cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cbe


Comments

No comments written yet.

Please login to write comment.