Color Hex Logo

#e7727d Color Hex

#E7727D
(231,114,125)
0 Favorites   0 Comments

Color spaces of #e7727d

RGB 231114125
HSL0.980.710.68
HSV354°51°91°
CMYK 0.000.510.46   0.09
XYZ42.674030.504223.0408
Yxy30.50420.44350.3170
Hunter Lab55.230641.264713.9272
CIE-Lab62.086846.283215.4509

#e7727d color RGB value is (231,114,125).

#e7727d hex color red value is 231, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e7727d hue: 0.98 , saturation: 0.71 and the lightness value of e7727d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110010 01111101
Octal 347 162 175
Decimal 231 114 125
Hex E7 72 7D

RGB Percentages of Color #e7727d

%49.15
%24.26
%26.60

CMYK Percentages of Color #e7727d

%0
%51
%46
%9

Triadic Colors of #e7727d

#e7727d #7de772 #727de7

Analogous Colors of #e7727d

#e7727d #e7a272 #e772b8

Monochromatic Colors of #e7727d

#e7727d

Complementary Color

#e7727d #72e7dc

#e7727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7727d Color CSS Codes

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

#e7727d Text Font Color

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

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


#e7727d Background Color

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

This div background color is #e7727d


#e7727d Border Color

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

This div border color is #e7727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7727d


Comments

No comments written yet.

Please login to write comment.