Color Hex Logo

#e376e7 Color Hex

#E376E7
(227,118,231)
0 Favorites   0 Comments

Color spaces of #e376e7

RGB 227118231
HSL0.830.700.68
HSV298°49°91°
CMYK 0.020.490.00   0.09
XYZ52.580835.057379.5967
Yxy35.05730.31440.2096
Hunter Lab59.209254.9010-38.2589
CIE-Lab65.793357.8986-39.1440

#e376e7 color RGB value is (227,118,231).

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

The process color (four color CMYK) of #e376e7 color hex is 0.02, 0.49, 0.00, 0.09. Web safe color of #e376e7 is #cc66ff. Color #e376e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110110 11100111
Octal 343 166 347
Decimal 227 118 231
Hex E3 76 E7

RGB Percentages of Color #e376e7

%39.41
%20.49
%40.10

CMYK Percentages of Color #e376e7

%2
%49
%0
%9

Triadic Colors of #e376e7

#e376e7 #e7e376 #76e7e3

Analogous Colors of #e376e7

#e376e7 #e776b3 #ab76e7

Monochromatic Colors of #e376e7

#e376e7

Complementary Color

#e376e7 #7ae776

#e376e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e376e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e376e7 Color CSS Codes

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

#e376e7 Text Font Color

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

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


#e376e7 Background Color

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

This div background color is #e376e7


#e376e7 Border Color

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

This div border color is #e376e7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,118,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e376e7


Comments

No comments written yet.

Please login to write comment.