Color Hex Logo

#e473bf Color Hex

#E473BF
(228,115,191)
0 Favorites   0 Comments

Color spaces of #e473bf

RGB 228115191
HSL0.890.680.67
HSV320°50°89°
CMYK 0.000.500.16   0.11
XYZ47.529632.517053.0615
Yxy32.51700.35710.2443
Hunter Lab57.023748.9894-15.2538
CIE-Lab63.767953.0401-19.8565

#e473bf color RGB value is (228,115,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 10111111
Octal 344 163 277
Decimal 228 115 191
Hex E4 73 BF

RGB Percentages of Color #e473bf

%42.70
%21.54
%35.77

CMYK Percentages of Color #e473bf

%0
%50
%16
%11

Triadic Colors of #e473bf

#e473bf #bfe473 #73bfe4

Analogous Colors of #e473bf

#e473bf #e47387 #d173e4

Monochromatic Colors of #e473bf

#e473bf

Complementary Color

#e473bf #73e498

#e473bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473bf Color CSS Codes

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

#e473bf Text Font Color

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

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


#e473bf Background Color

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

This div background color is #e473bf


#e473bf Border Color

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

This div border color is #e473bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473bf


Comments

No comments written yet.

Please login to write comment.