Color Hex Logo

#d96465 Color Hex

#D96465
(217,100,101)
0 Favorites   0 Comments

Color spaces of #d96465

RGB 217100101
HSL1.000.610.62
HSV359°54°85°
CMYK 0.000.540.53   0.15
XYZ35.521424.805615.2277
Yxy24.80560.47010.3283
Hunter Lab49.805240.148216.7360
CIE-Lab56.885545.991421.8510

#d96465 color RGB value is (217,100,101).

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

The process color (four color CMYK) of #d96465 color hex is 0.00, 0.54, 0.53, 0.15. Web safe color of #d96465 is #cc6666. Color #d96465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100100 01100101
Octal 331 144 145
Decimal 217 100 101
Hex D9 64 65

RGB Percentages of Color #d96465

%51.91
%23.92
%24.16

CMYK Percentages of Color #d96465

%0
%54
%53
%15

Triadic Colors of #d96465

#d96465 #65d964 #6465d9

Analogous Colors of #d96465

#d96465 #d99e64 #d964a0

Monochromatic Colors of #d96465

#d96465

Complementary Color

#d96465 #64d9d8

#d96465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96465 Color CSS Codes

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

#d96465 Text Font Color

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

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


#d96465 Background Color

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

This div background color is #d96465


#d96465 Border Color

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

This div border color is #d96465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96465

#d96465 Color Palettes


Comments

No comments written yet.

Please login to write comment.