Color Hex Logo

#d863bc Color Hex

#D863BC
(216,99,188)
0 Favorites   0 Comments

Color spaces of #d863bc

RGB 21699188
HSL0.870.600.62
HSV314°54°85°
CMYK 0.000.540.13   0.15
XYZ41.857827.153550.6119
Yxy27.15350.34990.2270
Hunter Lab52.109052.1936-21.1103
CIE-Lab59.116156.6313-25.4166

#d863bc color RGB value is (216,99,188).

#d863bc hex color red value is 216, green value is 99 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d863bc hue: 0.87 , saturation: 0.60 and the lightness value of d863bc is 0.62.

The process color (four color CMYK) of #d863bc color hex is 0.00, 0.54, 0.13, 0.15. Web safe color of #d863bc is #cc66cc. Color #d863bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 10111100
Octal 330 143 274
Decimal 216 99 188
Hex D8 63 BC

RGB Percentages of Color #d863bc

%42.94
%19.68
%37.38

CMYK Percentages of Color #d863bc

%0
%54
%13
%15

Triadic Colors of #d863bc

#d863bc #bcd863 #63bcd8

Analogous Colors of #d863bc

#d863bc #d86382 #ba63d8

Monochromatic Colors of #d863bc

#d863bc

Complementary Color

#d863bc #63d87f

#d863bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d863bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d863bc Color CSS Codes

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

#d863bc Text Font Color

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

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


#d863bc Background Color

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

This div background color is #d863bc


#d863bc Border Color

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

This div border color is #d863bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d863bc


Comments

No comments written yet.

Please login to write comment.