Color Hex Logo

#d95acf Color Hex

#D95ACF
(217,90,207)
0 Favorites   0 Comments

Color spaces of #d95acf

RGB 21790207
HSL0.850.630.60
HSV305°59°85°
CMYK 0.000.590.05   0.15
XYZ43.533926.569061.8653
Yxy26.56900.32990.2013
Hunter Lab51.545160.5533-35.0792
CIE-Lab58.573263.9825-37.0758

#d95acf color RGB value is (217,90,207).

#d95acf hex color red value is 217, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d95acf hue: 0.85 , saturation: 0.63 and the lightness value of d95acf is 0.60.

The process color (four color CMYK) of #d95acf color hex is 0.00, 0.59, 0.05, 0.15. Web safe color of #d95acf is #cc66cc. Color #d95acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011010 11001111
Octal 331 132 317
Decimal 217 90 207
Hex D9 5A CF

RGB Percentages of Color #d95acf

%42.22
%17.51
%40.27

CMYK Percentages of Color #d95acf

%0
%59
%5
%15

Triadic Colors of #d95acf

#d95acf #cfd95a #5acfd9

Analogous Colors of #d95acf

#d95acf #d95a90 #a45ad9

Monochromatic Colors of #d95acf

#d95acf

Complementary Color

#d95acf #5ad964

#d95acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95acf Color CSS Codes

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

#d95acf Text Font Color

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

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


#d95acf Background Color

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

This div background color is #d95acf


#d95acf Border Color

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

This div border color is #d95acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95acf


Comments

No comments written yet.

Please login to write comment.