Color Hex Logo

#e55cbd Color Hex

#E55CBD
(229,92,189)
0 Favorites   0 Comments

Color spaces of #e55cbd

RGB 22992189
HSL0.880.720.63
HSV318°60°90°
CMYK 0.000.600.17   0.10
XYZ45.325627.986451.1571
Yxy27.98640.36420.2248
Hunter Lab52.902260.3567-20.3027
CIE-Lab59.876463.5818-24.6600

#e55cbd color RGB value is (229,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 10111101
Octal 345 134 275
Decimal 229 92 189
Hex E5 5C BD

RGB Percentages of Color #e55cbd

%44.90
%18.04
%37.06

CMYK Percentages of Color #e55cbd

%0
%60
%17
%10

Triadic Colors of #e55cbd

#e55cbd #bde55c #5cbde5

Analogous Colors of #e55cbd

#e55cbd #e55c79 #c95ce5

Monochromatic Colors of #e55cbd

#e55cbd

Complementary Color

#e55cbd #5ce584

#e55cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cbd Color CSS Codes

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

#e55cbd Text Font Color

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

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


#e55cbd Background Color

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

This div background color is #e55cbd


#e55cbd Border Color

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

This div border color is #e55cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cbd

#e55cbd Color Palettes


Comments

No comments written yet.

Please login to write comment.