Color Hex Logo

#e471cb Color Hex

#E471CB
(228,113,203)
0 Favorites   0 Comments

Color spaces of #e471cb

RGB 228113203
HSL0.870.680.67
HSV313°50°89°
CMYK 0.000.500.11   0.11
XYZ48.679532.616060.2297
Yxy32.61600.34400.2305
Hunter Lab57.110452.2057-22.5510
CIE-Lab63.848855.8666-26.5072

#e471cb color RGB value is (228,113,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110001 11001011
Octal 344 161 313
Decimal 228 113 203
Hex E4 71 CB

RGB Percentages of Color #e471cb

%41.91
%20.77
%37.32

CMYK Percentages of Color #e471cb

%0
%50
%11
%11

Triadic Colors of #e471cb

#e471cb #cbe471 #71cbe4

Analogous Colors of #e471cb

#e471cb #e47192 #c471e4

Monochromatic Colors of #e471cb

#e471cb

Complementary Color

#e471cb #71e48a

#e471cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e471cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e471cb Color CSS Codes

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

#e471cb Text Font Color

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

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


#e471cb Background Color

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

This div background color is #e471cb


#e471cb Border Color

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

This div border color is #e471cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e471cb


Comments

No comments written yet.

Please login to write comment.