Color Hex Logo

#d05176 Color Hex

#D05176
(208,81,118)
0 Favorites   0 Comments

Color spaces of #d05176

RGB 20881118
HSL0.950.570.57
HSV343°61°82°
CMYK 0.000.610.43   0.18
XYZ32.224920.602819.4178
Yxy20.60280.44600.2852
Hunter Lab45.390347.29326.4092
CIE-Lab52.512053.33805.5488

#d05176 color RGB value is (208,81,118).

#d05176 hex color red value is 208, green value is 81 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d05176 hue: 0.95 , saturation: 0.57 and the lightness value of d05176 is 0.57.

The process color (four color CMYK) of #d05176 color hex is 0.00, 0.61, 0.43, 0.18. Web safe color of #d05176 is #cc6666. Color #d05176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010001 01110110
Octal 320 121 166
Decimal 208 81 118
Hex D0 51 76

RGB Percentages of Color #d05176

%51.11
%19.90
%28.99

CMYK Percentages of Color #d05176

%0
%61
%43
%18

Triadic Colors of #d05176

#d05176 #76d051 #5176d0

Analogous Colors of #d05176

#d05176 #d06c51 #d051b6

Monochromatic Colors of #d05176

#d05176

Complementary Color

#d05176 #51d0ab

#d05176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05176 Color CSS Codes

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

#d05176 Text Font Color

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

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


#d05176 Background Color

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

This div background color is #d05176


#d05176 Border Color

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

This div border color is #d05176


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,81,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d05176; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d05176;
  -webkit-box-shadow: 1px 1px 3px 2px #d05176;
  box-shadow:         1px 1px 3px 2px #d05176; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,81,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05176


Comments

No comments written yet.

Please login to write comment.