Color Hex Logo

#d995dc Color Hex

#D995DC
(217,149,220)
0 Favorites   0 Comments

Color spaces of #d995dc

RGB 217149220
HSL0.830.500.72
HSV297°32°86°
CMYK 0.010.320.00   0.14
XYZ52.281041.413972.9483
Yxy41.41390.31370.2485
Hunter Lab64.353632.3948-22.1609
CIE-Lab70.464936.9804-25.9267

#d995dc color RGB value is (217,149,220).

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

The process color (four color CMYK) of #d995dc color hex is 0.01, 0.32, 0.00, 0.14. Web safe color of #d995dc is #cc99cc. Color #d995dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 11011100
Octal 331 225 334
Decimal 217 149 220
Hex D9 95 DC

RGB Percentages of Color #d995dc

%37.03
%25.43
%37.54

CMYK Percentages of Color #d995dc

%1
%32
%0
%14

Triadic Colors of #d995dc

#d995dc #dcd995 #95dcd9

Analogous Colors of #d995dc

#d995dc #dc95bc #b695dc

Monochromatic Colors of #d995dc

#d995dc

Complementary Color

#d995dc #98dc95

#d995dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995dc Color CSS Codes

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

#d995dc Text Font Color

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

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


#d995dc Background Color

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

This div background color is #d995dc


#d995dc Border Color

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

This div border color is #d995dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,149,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 #d995dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995dc


Comments

No comments written yet.

Please login to write comment.