Color Hex Logo

#e376cb Color Hex

#E376CB
(227,118,203)
0 Favorites   0 Comments

Color spaces of #e376cb

RGB 227118203
HSL0.870.660.68
HSV313°48°89°
CMYK 0.000.480.11   0.11
XYZ48.936533.599660.4060
Yxy33.59960.34240.2351
Hunter Lab57.965249.2578-21.2110
CIE-Lab64.643553.1438-25.2970

#e376cb color RGB value is (227,118,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110110 11001011
Octal 343 166 313
Decimal 227 118 203
Hex E3 76 CB

RGB Percentages of Color #e376cb

%41.42
%21.53
%37.04

CMYK Percentages of Color #e376cb

%0
%48
%11
%11

Triadic Colors of #e376cb

#e376cb #cbe376 #76cbe3

Analogous Colors of #e376cb

#e376cb #e37695 #c576e3

Monochromatic Colors of #e376cb

#e376cb

Complementary Color

#e376cb #76e38e

#e376cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e376cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e376cb Color CSS Codes

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

#e376cb Text Font Color

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

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


#e376cb Background Color

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

This div background color is #e376cb


#e376cb Border Color

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

This div border color is #e376cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e376cb


Comments

No comments written yet.

Please login to write comment.