Color Hex Logo

#e55cbf Color Hex

#E55CBF
(229,92,191)
0 Favorites   0 Comments

Color spaces of #e55cbf

RGB 22992191
HSL0.880.720.63
HSV317°60°90°
CMYK 0.000.600.17   0.10
XYZ45.544228.073952.3086
Yxy28.07390.36170.2229
Hunter Lab52.984860.7100-21.4440
CIE-Lab59.955463.8683-25.6817

#e55cbf color RGB value is (229,92,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011100 10111111
Octal 345 134 277
Decimal 229 92 191
Hex E5 5C BF

RGB Percentages of Color #e55cbf

%44.73
%17.97
%37.30

CMYK Percentages of Color #e55cbf

%0
%60
%17
%10

Triadic Colors of #e55cbf

#e55cbf #bfe55c #5cbfe5

Analogous Colors of #e55cbf

#e55cbf #e55c7b #c75ce5

Monochromatic Colors of #e55cbf

#e55cbf

Complementary Color

#e55cbf #5ce582

#e55cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55cbf Color CSS Codes

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

#e55cbf Text Font Color

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

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


#e55cbf Background Color

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

This div background color is #e55cbf


#e55cbf Border Color

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

This div border color is #e55cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55cbf


Comments

No comments written yet.

Please login to write comment.