Color Hex Logo

#d95fdc Color Hex

#D95FDC
(217,95,220)
0 Favorites   0 Comments

Color spaces of #d95fdc

RGB 21795220
HSL0.830.640.62
HSV299°57°86°
CMYK 0.010.570.00   0.14
XYZ45.625728.103470.7299
Yxy28.10340.31580.1945
Hunter Lab53.012660.8552-41.9964
CIE-Lab59.982063.9870-42.2084

#d95fdc color RGB value is (217,95,220).

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

The process color (four color CMYK) of #d95fdc color hex is 0.01, 0.57, 0.00, 0.14. Web safe color of #d95fdc is #cc66cc. Color #d95fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11011100
Octal 331 137 334
Decimal 217 95 220
Hex D9 5F DC

RGB Percentages of Color #d95fdc

%40.79
%17.86
%41.35

CMYK Percentages of Color #d95fdc

%1
%57
%0
%14

Triadic Colors of #d95fdc

#d95fdc #dcd95f #5fdcd9

Analogous Colors of #d95fdc

#d95fdc #dc5fa1 #9b5fdc

Monochromatic Colors of #d95fdc

#d95fdc

Complementary Color

#d95fdc #62dc5f

#d95fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95fdc Color CSS Codes

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

#d95fdc Text Font Color

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

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


#d95fdc Background Color

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

This div background color is #d95fdc


#d95fdc Border Color

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

This div border color is #d95fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95fdc


Comments

No comments written yet.

Please login to write comment.