Color Hex Logo

#e56fbc Color Hex

#E56FBC
(229,111,188)
0 Favorites   0 Comments

Color spaces of #e56fbc

RGB 229111188
HSL0.890.690.67
HSV321°52°90°
CMYK 0.000.520.18   0.10
XYZ47.074631.657751.2064
Yxy31.65770.36230.2436
Hunter Lab56.265250.8790-14.5736
CIE-Lab63.059054.8254-19.2228

#e56fbc color RGB value is (229,111,188).

#e56fbc hex color red value is 229, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e56fbc hue: 0.89 , saturation: 0.69 and the lightness value of e56fbc is 0.67.

The process color (four color CMYK) of #e56fbc color hex is 0.00, 0.52, 0.18, 0.10. Web safe color of #e56fbc is #cc66cc. Color #e56fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101111 10111100
Octal 345 157 274
Decimal 229 111 188
Hex E5 6F BC

RGB Percentages of Color #e56fbc

%43.37
%21.02
%35.61

CMYK Percentages of Color #e56fbc

%0
%52
%18
%10

Triadic Colors of #e56fbc

#e56fbc #bce56f #6fbce5

Analogous Colors of #e56fbc

#e56fbc #e56f81 #d36fe5

Monochromatic Colors of #e56fbc

#e56fbc

Complementary Color

#e56fbc #6fe598

#e56fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56fbc Color CSS Codes

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

#e56fbc Text Font Color

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

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


#e56fbc Background Color

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

This div background color is #e56fbc


#e56fbc Border Color

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

This div border color is #e56fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56fbc


Comments

No comments written yet.

Please login to write comment.