Color Hex Logo

#d95faa Color Hex

#D95FAA
(217,95,170)
0 Favorites   0 Comments

Color spaces of #d95faa

RGB 21795170
HSL0.900.620.61
HSV323°56°85°
CMYK 0.000.560.22   0.15
XYZ39.963225.838440.9112
Yxy25.83840.37450.2421
Hunter Lab50.831551.3798-12.1369
CIE-Lab57.883356.1168-16.9341

#d95faa color RGB value is (217,95,170).

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

The process color (four color CMYK) of #d95faa color hex is 0.00, 0.56, 0.22, 0.15. Web safe color of #d95faa is #cc6699. Color #d95faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 10101010
Octal 331 137 252
Decimal 217 95 170
Hex D9 5F AA

RGB Percentages of Color #d95faa

%45.02
%19.71
%35.27

CMYK Percentages of Color #d95faa

%0
%56
%22
%15

Triadic Colors of #d95faa

#d95faa #aad95f #5faad9

Analogous Colors of #d95faa

#d95faa #d95f6d #cb5fd9

Monochromatic Colors of #d95faa

#d95faa

Complementary Color

#d95faa #5fd98e

#d95faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95faa Color CSS Codes

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

#d95faa Text Font Color

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

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


#d95faa Background Color

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

This div background color is #d95faa


#d95faa Border Color

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

This div border color is #d95faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95faa


Comments

No comments written yet.

Please login to write comment.