Color Hex Logo

#d96388 Color Hex

#D96388
(217,99,136)
0 Favorites   0 Comments

Color spaces of #d96388

RGB 21799136
HSL0.950.610.62
HSV341°54°85°
CMYK 0.000.540.37   0.15
XYZ37.521025.453026.2279
Yxy25.45300.42060.2853
Hunter Lab50.451044.46344.4926
CIE-Lab57.514249.91682.3073

#d96388 color RGB value is (217,99,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100011 10001000
Octal 331 143 210
Decimal 217 99 136
Hex D9 63 88

RGB Percentages of Color #d96388

%48.01
%21.90
%30.09

CMYK Percentages of Color #d96388

%0
%54
%37
%15

Triadic Colors of #d96388

#d96388 #88d963 #6388d9

Analogous Colors of #d96388

#d96388 #d97963 #d963c3

Monochromatic Colors of #d96388

#d96388

Complementary Color

#d96388 #63d9b4

#d96388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96388 Color CSS Codes

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

#d96388 Text Font Color

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

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


#d96388 Background Color

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

This div background color is #d96388


#d96388 Border Color

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

This div border color is #d96388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96388


Comments

No comments written yet.

Please login to write comment.