Color Hex Logo

#e56cb6 Color Hex

#E56CB6
(229,108,182)
0 Favorites   0 Comments

Color spaces of #e56cb6

RGB 229108182
HSL0.900.700.66
HSV323°53°90°
CMYK 0.000.530.21   0.10
XYZ46.119230.760547.7626
Yxy30.76050.37000.2468
Hunter Lab55.462151.3718-12.2355
CIE-Lab62.304955.3809-16.9550

#e56cb6 color RGB value is (229,108,182).

#e56cb6 hex color red value is 229, green value is 108 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #e56cb6 hue: 0.90 , saturation: 0.70 and the lightness value of e56cb6 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10110110
Octal 345 154 266
Decimal 229 108 182
Hex E5 6C B6

RGB Percentages of Color #e56cb6

%44.12
%20.81
%35.07

CMYK Percentages of Color #e56cb6

%0
%53
%21
%10

Triadic Colors of #e56cb6

#e56cb6 #b6e56c #6cb6e5

Analogous Colors of #e56cb6

#e56cb6 #e56c7a #d86ce5

Monochromatic Colors of #e56cb6

#e56cb6

Complementary Color

#e56cb6 #6ce59b

#e56cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cb6 Color CSS Codes

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

#e56cb6 Text Font Color

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

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


#e56cb6 Background Color

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

This div background color is #e56cb6


#e56cb6 Border Color

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

This div border color is #e56cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cb6


Comments

No comments written yet.

Please login to write comment.