Color Hex Logo

#e49bcf Color Hex

#E49BCF
(228,155,207)
0 Favorites   0 Comments

Color spaces of #e49bcf

RGB 228155207
HSL0.880.570.75
HSV317°32°89°
CMYK 0.000.320.09   0.11
XYZ54.978744.441764.7119
Yxy44.44170.33500.2708
Hunter Lab66.664630.5469-10.8881
CIE-Lab72.522735.0391-15.5276

#e49bcf color RGB value is (228,155,207).

#e49bcf hex color red value is 228, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e49bcf hue: 0.88 , saturation: 0.57 and the lightness value of e49bcf is 0.75.

The process color (four color CMYK) of #e49bcf color hex is 0.00, 0.32, 0.09, 0.11. Web safe color of #e49bcf is #cc99cc. Color #e49bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011011 11001111
Octal 344 233 317
Decimal 228 155 207
Hex E4 9B CF

RGB Percentages of Color #e49bcf

%38.64
%26.27
%35.08

CMYK Percentages of Color #e49bcf

%0
%32
%9
%11

Triadic Colors of #e49bcf

#e49bcf #cfe49b #9bcfe4

Analogous Colors of #e49bcf

#e49bcf #e49bab #d59be4

Monochromatic Colors of #e49bcf

#e49bcf

Complementary Color

#e49bcf #9be4b0

#e49bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49bcf Color CSS Codes

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

#e49bcf Text Font Color

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

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


#e49bcf Background Color

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

This div background color is #e49bcf


#e49bcf Border Color

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

This div border color is #e49bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,155,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e49bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e49bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #e49bcf;
  box-shadow:         1px 1px 3px 2px #e49bcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,155,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49bcf


Comments

No comments written yet.

Please login to write comment.