Color Hex Logo

#e56cbf Color Hex

#E56CBF
(229,108,191)
0 Favorites   0 Comments

Color spaces of #e56cbf

RGB 229108191
HSL0.890.700.66
HSV319°53°90°
CMYK 0.000.530.17   0.10
XYZ47.079631.144752.8204
Yxy31.14470.35930.2377
Hunter Lab55.807452.9210-17.0514
CIE-Lab62.629656.6901-21.5803

#e56cbf color RGB value is (229,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101100 10111111
Octal 345 154 277
Decimal 229 108 191
Hex E5 6C BF

RGB Percentages of Color #e56cbf

%43.37
%20.45
%36.17

CMYK Percentages of Color #e56cbf

%0
%53
%17
%10

Triadic Colors of #e56cbf

#e56cbf #bfe56c #6cbfe5

Analogous Colors of #e56cbf

#e56cbf #e56c83 #cf6ce5

Monochromatic Colors of #e56cbf

#e56cbf

Complementary Color

#e56cbf #6ce592

#e56cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56cbf Color CSS Codes

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

#e56cbf Text Font Color

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

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


#e56cbf Background Color

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

This div background color is #e56cbf


#e56cbf Border Color

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

This div border color is #e56cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56cbf


Comments

No comments written yet.

Please login to write comment.