Color Hex Logo

#d895dc Color Hex

#D895DC
(216,149,220)
0 Favorites   0 Comments

Color spaces of #d895dc

RGB 216149220
HSL0.820.500.72
HSV297°32°86°
CMYK 0.020.320.00   0.14
XYZ51.984641.261172.9345
Yxy41.26110.31280.2483
Hunter Lab64.234832.0474-22.3556
CIE-Lab70.358536.6637-26.0992

#d895dc color RGB value is (216,149,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 11011100
Octal 330 225 334
Decimal 216 149 220
Hex D8 95 DC

RGB Percentages of Color #d895dc

%36.92
%25.47
%37.61

CMYK Percentages of Color #d895dc

%2
%32
%0
%14

Triadic Colors of #d895dc

#d895dc #dcd895 #95dcd8

Analogous Colors of #d895dc

#d895dc #dc95bd #b595dc

Monochromatic Colors of #d895dc

#d895dc

Complementary Color

#d895dc #99dc95

#d895dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d895dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d895dc Color CSS Codes

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

#d895dc Text Font Color

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

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


#d895dc Background Color

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

This div background color is #d895dc


#d895dc Border Color

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

This div border color is #d895dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d895dc


Comments

No comments written yet.

Please login to write comment.