Color Hex Logo

#e7217e Color Hex

#E7217E
(231,33,126)
0 Favorites   0 Comments

Color spaces of #e7217e

RGB 23133126
HSL0.920.800.52
HSV332°86°91°
CMYK 0.000.860.45   0.09
XYZ37.264719.583021.5545
Yxy19.58300.47530.2498
Hunter Lab44.252772.87072.0980
CIE-Lab51.362475.5958-0.4196

#e7217e color RGB value is (231,33,126).

#e7217e hex color red value is 231, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e7217e hue: 0.92 , saturation: 0.80 and the lightness value of e7217e is 0.52.

The process color (four color CMYK) of #e7217e color hex is 0.00, 0.86, 0.45, 0.09. Web safe color of #e7217e is #ff3366. Color #e7217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 01111110
Octal 347 41 176
Decimal 231 33 126
Hex E7 21 7E

RGB Percentages of Color #e7217e

%59.23
%8.46
%32.31

CMYK Percentages of Color #e7217e

%0
%86
%45
%9

Triadic Colors of #e7217e

#e7217e #7ee721 #217ee7

Analogous Colors of #e7217e

#e7217e #e72721 #e721e1

Monochromatic Colors of #e7217e

#e7217e

Complementary Color

#e7217e #21e78a

#e7217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7217e Color CSS Codes

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

#e7217e Text Font Color

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

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


#e7217e Background Color

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

This div background color is #e7217e


#e7217e Border Color

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

This div border color is #e7217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7217e


Comments

No comments written yet.

Please login to write comment.