Color Hex Logo

#e47fcb Color Hex

#E47FCB
(228,127,203)
0 Favorites   0 Comments

Color spaces of #e47fcb

RGB 228127203
HSL0.870.650.70
HSV315°44°89°
CMYK 0.000.440.11   0.11
XYZ50.363835.984560.7912
Yxy35.98450.34230.2446
Hunter Lab59.987144.8872-18.0938
CIE-Lab66.508148.9656-22.4308

#e47fcb color RGB value is (228,127,203).

#e47fcb hex color red value is 228, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e47fcb hue: 0.87 , saturation: 0.65 and the lightness value of e47fcb is 0.70.

The process color (four color CMYK) of #e47fcb color hex is 0.00, 0.44, 0.11, 0.11. Web safe color of #e47fcb is #cc66cc. Color #e47fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 11001011
Octal 344 177 313
Decimal 228 127 203
Hex E4 7F CB

RGB Percentages of Color #e47fcb

%40.86
%22.76
%36.38

CMYK Percentages of Color #e47fcb

%0
%44
%11
%11

Triadic Colors of #e47fcb

#e47fcb #cbe47f #7fcbe4

Analogous Colors of #e47fcb

#e47fcb #e47f99 #cb7fe4

Monochromatic Colors of #e47fcb

#e47fcb

Complementary Color

#e47fcb #7fe498

#e47fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47fcb Color CSS Codes

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

#e47fcb Text Font Color

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

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


#e47fcb Background Color

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

This div background color is #e47fcb


#e47fcb Border Color

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

This div border color is #e47fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47fcb


Comments

No comments written yet.

Please login to write comment.