Color Hex Logo

#d7525d Color Hex

#D7525D
(215,82,93)
0 Favorites   0 Comments

Color spaces of #d7525d

RGB 2158293
HSL0.990.620.58
HSV355°62°84°
CMYK 0.000.620.57   0.16
XYZ33.017421.272012.7216
Yxy21.27200.49270.3174
Hunter Lab46.121647.071415.9313
CIE-Lab53.245953.009721.6154

#d7525d color RGB value is (215,82,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010010 01011101
Octal 327 122 135
Decimal 215 82 93
Hex D7 52 5D

RGB Percentages of Color #d7525d

%55.13
%21.03
%23.85

CMYK Percentages of Color #d7525d

%0
%62
%57
%16

Triadic Colors of #d7525d

#d7525d #5dd752 #525dd7

Analogous Colors of #d7525d

#d7525d #d78a52 #d752a0

Monochromatic Colors of #d7525d

#d7525d

Complementary Color

#d7525d #52d7cc

#d7525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7525d Color CSS Codes

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

#d7525d Text Font Color

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

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


#d7525d Background Color

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

This div background color is #d7525d


#d7525d Border Color

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

This div border color is #d7525d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7525d


Comments

No comments written yet.

Please login to write comment.