Color Hex Logo

#d95fca Color Hex

#D95FCA
(217,95,202)
0 Favorites   0 Comments

Color spaces of #d95fca

RGB 21795202
HSL0.850.620.61
HSV307°56°85°
CMYK 0.000.560.07   0.15
XYZ43.368227.200458.8416
Yxy27.20040.33510.2102
Hunter Lab52.154057.1606-30.3848
CIE-Lab59.159460.9666-33.3213

#d95fca color RGB value is (217,95,202).

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

The process color (four color CMYK) of #d95fca color hex is 0.00, 0.56, 0.07, 0.15. Web safe color of #d95fca is #cc66cc. Color #d95fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11001010
Octal 331 137 312
Decimal 217 95 202
Hex D9 5F CA

RGB Percentages of Color #d95fca

%42.22
%18.48
%39.30

CMYK Percentages of Color #d95fca

%0
%56
%7
%15

Triadic Colors of #d95fca

#d95fca #cad95f #5fcad9

Analogous Colors of #d95fca

#d95fca #d95f8d #ab5fd9

Monochromatic Colors of #d95fca

#d95fca

Complementary Color

#d95fca #5fd96e

#d95fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95fca Color CSS Codes

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

#d95fca Text Font Color

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

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


#d95fca Background Color

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

This div background color is #d95fca


#d95fca Border Color

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

This div border color is #d95fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95fca


Comments

No comments written yet.

Please login to write comment.