Color Hex Logo

#e473bc Color Hex

#E473BC
(228,115,188)
0 Favorites   0 Comments

Color spaces of #e473bc

RGB 228115188
HSL0.890.680.67
HSV321°50°89°
CMYK 0.000.500.18   0.11
XYZ47.202732.386351.3403
Yxy32.38630.36050.2474
Hunter Lab56.909048.4648-13.6521
CIE-Lab63.660952.5894-18.3205

#e473bc color RGB value is (228,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 10111100
Octal 344 163 274
Decimal 228 115 188
Hex E4 73 BC

RGB Percentages of Color #e473bc

%42.94
%21.66
%35.40

CMYK Percentages of Color #e473bc

%0
%50
%18
%11

Triadic Colors of #e473bc

#e473bc #bce473 #73bce4

Analogous Colors of #e473bc

#e473bc #e47384 #d473e4

Monochromatic Colors of #e473bc

#e473bc

Complementary Color

#e473bc #73e49b

#e473bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473bc Color CSS Codes

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

#e473bc Text Font Color

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

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


#e473bc Background Color

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

This div background color is #e473bc


#e473bc Border Color

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

This div border color is #e473bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473bc


Comments

No comments written yet.

Please login to write comment.