Color Hex Logo

#d863a0 Color Hex

#D863A0
(216,99,160)
0 Favorites   0 Comments

Color spaces of #d863a0

RGB 21699160
HSL0.910.600.62
HSV329°54°85°
CMYK 0.000.540.26   0.15
XYZ39.125926.060736.2258
Yxy26.06070.38580.2570
Hunter Lab51.049747.4704-6.3385
CIE-Lab58.094652.5716-10.8356

#d863a0 color RGB value is (216,99,160).

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

The process color (four color CMYK) of #d863a0 color hex is 0.00, 0.54, 0.26, 0.15. Web safe color of #d863a0 is #cc6699. Color #d863a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 10100000
Octal 330 143 240
Decimal 216 99 160
Hex D8 63 A0

RGB Percentages of Color #d863a0

%45.47
%20.84
%33.68

CMYK Percentages of Color #d863a0

%0
%54
%26
%15

Triadic Colors of #d863a0

#d863a0 #a0d863 #63a0d8

Analogous Colors of #d863a0

#d863a0 #d86366 #d663d8

Monochromatic Colors of #d863a0

#d863a0

Complementary Color

#d863a0 #63d89b

#d863a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d863a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d863a0 Color CSS Codes

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

#d863a0 Text Font Color

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

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


#d863a0 Background Color

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

This div background color is #d863a0


#d863a0 Border Color

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

This div border color is #d863a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d863a0


Comments

No comments written yet.

Please login to write comment.