Color Hex Logo

#d096a4 Color Hex

#D096A4
(208,150,164)
0 Favorites   0 Comments

Color spaces of #d096a4

RGB 208150164
HSL0.960.380.70
HSV346°28°82°
CMYK 0.000.280.21   0.18
XYZ43.619637.902940.1390
Yxy37.90290.35850.3115
Hunter Lab61.565318.72964.4402
CIE-Lab67.949023.82261.3342

#d096a4 color RGB value is (208,150,164).

#d096a4 hex color red value is 208, green value is 150 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #d096a4 hue: 0.96 , saturation: 0.38 and the lightness value of d096a4 is 0.70.

The process color (four color CMYK) of #d096a4 color hex is 0.00, 0.28, 0.21, 0.18. Web safe color of #d096a4 is #cc9999. Color #d096a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010110 10100100
Octal 320 226 244
Decimal 208 150 164
Hex D0 96 A4

RGB Percentages of Color #d096a4

%39.85
%28.74
%31.42

CMYK Percentages of Color #d096a4

%0
%28
%21
%18

Triadic Colors of #d096a4

#d096a4 #a4d096 #96a4d0

Analogous Colors of #d096a4

#d096a4 #d0a596 #d096c1

Monochromatic Colors of #d096a4

#d096a4

Complementary Color

#d096a4 #96d0c2

#d096a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d096a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d096a4 Color CSS Codes

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

#d096a4 Text Font Color

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

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


#d096a4 Background Color

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

This div background color is #d096a4


#d096a4 Border Color

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

This div border color is #d096a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d096a4


Comments

No comments written yet.

Please login to write comment.