Color Hex Logo

#e473ce Color Hex

#E473CE
(228,115,206)
0 Favorites   0 Comments

Color spaces of #e473ce

RGB 228115206
HSL0.870.680.67
HSV312°50°89°
CMYK 0.000.500.10   0.11
XYZ49.266233.211762.2064
Yxy33.21170.34050.2295
Hunter Lab57.629651.7437-23.6580
CIE-Lab64.332055.3846-27.4509

#e473ce color RGB value is (228,115,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11001110
Octal 344 163 316
Decimal 228 115 206
Hex E4 73 CE

RGB Percentages of Color #e473ce

%41.53
%20.95
%37.52

CMYK Percentages of Color #e473ce

%0
%50
%10
%11

Triadic Colors of #e473ce

#e473ce #cee473 #73cee4

Analogous Colors of #e473ce

#e473ce #e47396 #c273e4

Monochromatic Colors of #e473ce

#e473ce

Complementary Color

#e473ce #73e489

#e473ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473ce Color CSS Codes

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

#e473ce Text Font Color

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

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


#e473ce Background Color

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

This div background color is #e473ce


#e473ce Border Color

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

This div border color is #e473ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473ce


Comments

No comments written yet.

Please login to write comment.