Color Hex Logo

#d95072 Color Hex

#D95072
(217,80,114)
0 Favorites   0 Comments

Color spaces of #d95072

RGB 21780114
HSL0.960.640.58
HSV345°63°85°
CMYK 0.000.630.47   0.15
XYZ34.521221.703918.2894
Yxy21.70390.46330.2913
Hunter Lab46.587450.74019.3350
CIE-Lab53.711456.26039.8411

#d95072 color RGB value is (217,80,114).

#d95072 hex color red value is 217, green value is 80 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d95072 hue: 0.96 , saturation: 0.64 and the lightness value of d95072 is 0.58.

The process color (four color CMYK) of #d95072 color hex is 0.00, 0.63, 0.47, 0.15. Web safe color of #d95072 is #cc6666. Color #d95072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 01110010
Octal 331 120 162
Decimal 217 80 114
Hex D9 50 72

RGB Percentages of Color #d95072

%52.80
%19.46
%27.74

CMYK Percentages of Color #d95072

%0
%63
%47
%15

Triadic Colors of #d95072

#d95072 #72d950 #5072d9

Analogous Colors of #d95072

#d95072 #d97350 #d950b7

Monochromatic Colors of #d95072

#d95072

Complementary Color

#d95072 #50d9b7

#d95072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95072 Color CSS Codes

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

#d95072 Text Font Color

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

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


#d95072 Background Color

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

This div background color is #d95072


#d95072 Border Color

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

This div border color is #d95072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,80,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 #d95072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95072


Comments

No comments written yet.

Please login to write comment.