Color Hex Logo

#d96385 Color Hex

#D96385
(217,99,133)
0 Favorites   0 Comments

Color spaces of #d96385

RGB 21799133
HSL0.950.610.62
HSV343°54°85°
CMYK 0.000.540.39   0.15
XYZ37.310725.368825.1205
Yxy25.36880.42500.2889
Hunter Lab50.367444.08445.6866
CIE-Lab57.433049.58013.9440

#d96385 color RGB value is (217,99,133).

#d96385 hex color red value is 217, green value is 99 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d96385 hue: 0.95 , saturation: 0.61 and the lightness value of d96385 is 0.62.

The process color (four color CMYK) of #d96385 color hex is 0.00, 0.54, 0.39, 0.15. Web safe color of #d96385 is #cc6699. Color #d96385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100011 10000101
Octal 331 143 205
Decimal 217 99 133
Hex D9 63 85

RGB Percentages of Color #d96385

%48.33
%22.05
%29.62

CMYK Percentages of Color #d96385

%0
%54
%39
%15

Triadic Colors of #d96385

#d96385 #85d963 #6385d9

Analogous Colors of #d96385

#d96385 #d97c63 #d963c0

Monochromatic Colors of #d96385

#d96385

Complementary Color

#d96385 #63d9b7

#d96385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96385 Color CSS Codes

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

#d96385 Text Font Color

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

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


#d96385 Background Color

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

This div background color is #d96385


#d96385 Border Color

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

This div border color is #d96385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,99,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96385


Comments

No comments written yet.

Please login to write comment.