Color Hex Logo

#d895fc Color Hex

#D895FC
(216,149,252)
0 Favorites   0 Comments

Color spaces of #d895fc

RGB 216149252
HSL0.780.940.79
HSV279°41°99°
CMYK 0.140.410.00   0.01
XYZ56.637043.122197.4338
Yxy43.12210.28720.2187
Hunter Lab65.667439.0351-42.0041
CIE-Lab71.637843.0008-41.6292

#d895fc color RGB value is (216,149,252).

#d895fc hex color red value is 216, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d895fc hue: 0.78 , saturation: 0.94 and the lightness value of d895fc is 0.79.

The process color (four color CMYK) of #d895fc color hex is 0.14, 0.41, 0.00, 0.01. Web safe color of #d895fc is #cc99ff. Color #d895fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 11111100
Octal 330 225 374
Decimal 216 149 252
Hex D8 95 FC

RGB Percentages of Color #d895fc

%35.01
%24.15
%40.84

CMYK Percentages of Color #d895fc

%14
%41
%0
%1

Triadic Colors of #d895fc

#d895fc #fcd895 #95fcd8

Analogous Colors of #d895fc

#d895fc #fc95ed #a595fc

Monochromatic Colors of #d895fc

#d895fc

Complementary Color

#d895fc #b9fc95

#d895fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d895fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d895fc Color CSS Codes

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

#d895fc Text Font Color

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

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


#d895fc Background Color

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

This div background color is #d895fc


#d895fc Border Color

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

This div border color is #d895fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,149,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d895fc

#d895fc Color Palettes


Comments

No comments written yet.

Please login to write comment.