Color Hex Logo

#d7527f Color Hex

#D7527F
(215,82,127)
0 Favorites   0 Comments

Color spaces of #d7527f

RGB 21582127
HSL0.940.620.58
HSV340°62°84°
CMYK 0.000.620.41   0.16
XYZ34.872422.014022.4898
Yxy22.01400.43930.2773
Hunter Lab46.919150.56104.4238
CIE-Lab54.041956.04172.5380

#d7527f color RGB value is (215,82,127).

#d7527f hex color red value is 215, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d7527f hue: 0.94 , saturation: 0.62 and the lightness value of d7527f is 0.58.

The process color (four color CMYK) of #d7527f color hex is 0.00, 0.62, 0.41, 0.16. Web safe color of #d7527f is #cc6666. Color #d7527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 01111111
Octal 327 122 177
Decimal 215 82 127
Hex D7 52 7F

RGB Percentages of Color #d7527f

%50.71
%19.34
%29.95

CMYK Percentages of Color #d7527f

%0
%62
%41
%16

Triadic Colors of #d7527f

#d7527f #7fd752 #527fd7

Analogous Colors of #d7527f

#d7527f #d76852 #d752c2

Monochromatic Colors of #d7527f

#d7527f

Complementary Color

#d7527f #52d7aa

#d7527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7527f Color CSS Codes

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

#d7527f Text Font Color

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

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


#d7527f Background Color

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

This div background color is #d7527f


#d7527f Border Color

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

This div border color is #d7527f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,82,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7527f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7527f;
  -webkit-box-shadow: 1px 1px 3px 2px #d7527f;
  box-shadow:         1px 1px 3px 2px #d7527f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,82,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7527f


Comments

No comments written yet.

Please login to write comment.