Color Hex Logo

#e75672 Color Hex

#E75672
(231,86,114)
0 Favorites   0 Comments

Color spaces of #e75672

RGB 23186114
HSL0.970.750.62
HSV348°63°91°
CMYK 0.000.630.51   0.09
XYZ39.320024.859418.6455
Yxy24.85940.47470.3001
Hunter Lab49.859253.515212.7292
CIE-Lab56.938258.170314.6928

#e75672 color RGB value is (231,86,114).

#e75672 hex color red value is 231, green value is 86 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e75672 hue: 0.97 , saturation: 0.75 and the lightness value of e75672 is 0.62.

The process color (four color CMYK) of #e75672 color hex is 0.00, 0.63, 0.51, 0.09. Web safe color of #e75672 is #ff6666. Color #e75672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010110 01110010
Octal 347 126 162
Decimal 231 86 114
Hex E7 56 72

RGB Percentages of Color #e75672

%53.60
%19.95
%26.45

CMYK Percentages of Color #e75672

%0
%63
%51
%9

Triadic Colors of #e75672

#e75672 #72e756 #5672e7

Analogous Colors of #e75672

#e75672 #e78356 #e756bb

Monochromatic Colors of #e75672

#e75672

Complementary Color

#e75672 #56e7cb

#e75672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75672 Color CSS Codes

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

#e75672 Text Font Color

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

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


#e75672 Background Color

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

This div background color is #e75672


#e75672 Border Color

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

This div border color is #e75672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75672


Comments

No comments written yet.

Please login to write comment.