Color Hex Logo

#e071cb Color Hex

#E071CB
(224,113,203)
0 Favorites   0 Comments

Color spaces of #e071cb

RGB 224113203
HSL0.860.640.66
HSV311°50°88°
CMYK 0.000.500.09   0.12
XYZ47.425131.969360.1710
Yxy31.96930.33980.2291
Hunter Lab56.541450.7726-23.5171
CIE-Lab63.317554.6904-27.3698

#e071cb color RGB value is (224,113,203).

#e071cb hex color red value is 224, green value is 113 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e071cb hue: 0.86 , saturation: 0.64 and the lightness value of e071cb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 11001011
Octal 340 161 313
Decimal 224 113 203
Hex E0 71 CB

RGB Percentages of Color #e071cb

%41.48
%20.93
%37.59

CMYK Percentages of Color #e071cb

%0
%50
%9
%12

Triadic Colors of #e071cb

#e071cb #cbe071 #71cbe0

Analogous Colors of #e071cb

#e071cb #e07194 #be71e0

Monochromatic Colors of #e071cb

#e071cb

Complementary Color

#e071cb #71e086

#e071cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e071cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e071cb Color CSS Codes

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

#e071cb Text Font Color

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

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


#e071cb Background Color

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

This div background color is #e071cb


#e071cb Border Color

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

This div border color is #e071cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e071cb


Comments

No comments written yet.

Please login to write comment.