Color Hex Logo

#e473cb Color Hex

#E473CB
(228,115,203)
0 Favorites   0 Comments

Color spaces of #e473cb

RGB 228115203
HSL0.870.680.67
HSV313°50°89°
CMYK 0.000.500.11   0.11
XYZ48.905133.067260.3049
Yxy33.06720.34370.2324
Hunter Lab57.504151.1755-21.9249
CIE-Lab64.215354.9038-25.9435

#e473cb color RGB value is (228,115,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 11001011
Octal 344 163 313
Decimal 228 115 203
Hex E4 73 CB

RGB Percentages of Color #e473cb

%41.76
%21.06
%37.18

CMYK Percentages of Color #e473cb

%0
%50
%11
%11

Triadic Colors of #e473cb

#e473cb #cbe473 #73cbe4

Analogous Colors of #e473cb

#e473cb #e47393 #c573e4

Monochromatic Colors of #e473cb

#e473cb

Complementary Color

#e473cb #73e48c

#e473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e473cb Color CSS Codes

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

#e473cb Text Font Color

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

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


#e473cb Background Color

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

This div background color is #e473cb


#e473cb Border Color

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

This div border color is #e473cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e473cb


Comments

No comments written yet.

Please login to write comment.