Color Hex Logo

#d81863 Color Hex

#D81863
(216,24,99)
0 Favorites   0 Comments

Color spaces of #d81863

RGB 2162499
HSL0.930.800.47
HSV337°89°85°
CMYK 0.000.890.54   0.15
XYZ30.897716.153113.2937
Yxy16.15310.51200.2677
Hunter Lab40.190966.89198.5227
CIE-Lab47.174771.49009.7036

#d81863 color RGB value is (216,24,99).

#d81863 hex color red value is 216, green value is 24 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d81863 hue: 0.93 , saturation: 0.80 and the lightness value of d81863 is 0.47.

The process color (four color CMYK) of #d81863 color hex is 0.00, 0.89, 0.54, 0.15. Web safe color of #d81863 is #cc0066. Color #d81863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011000 01100011
Octal 330 30 143
Decimal 216 24 99
Hex D8 18 63

RGB Percentages of Color #d81863

%63.72
%7.08
%29.20

CMYK Percentages of Color #d81863

%0
%89
%54
%15

Triadic Colors of #d81863

#d81863 #63d818 #1863d8

Analogous Colors of #d81863

#d81863 #d82d18 #d818c3

Monochromatic Colors of #d81863

#d81863

Complementary Color

#d81863 #18d88d

#d81863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81863 Color CSS Codes

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

#d81863 Text Font Color

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

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


#d81863 Background Color

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

This div background color is #d81863


#d81863 Border Color

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

This div border color is #d81863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81863


Comments

No comments written yet.

Please login to write comment.