Color Hex Logo

#d84063 Color Hex

#D84063
(216,64,99)
0 Favorites   0 Comments

Color spaces of #d84063

RGB 2166499
HSL0.960.660.55
HSV346°70°85°
CMYK 0.000.700.54   0.15
XYZ32.404419.166613.7960
Yxy19.16660.49570.2932
Hunter Lab43.779755.505911.9621
CIE-Lab50.881661.012014.8605

#d84063 color RGB value is (216,64,99).

#d84063 hex color red value is 216, green value is 64 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d84063 hue: 0.96 , saturation: 0.66 and the lightness value of d84063 is 0.55.

The process color (four color CMYK) of #d84063 color hex is 0.00, 0.70, 0.54, 0.15. Web safe color of #d84063 is #cc3366. Color #d84063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 01100011
Octal 330 100 143
Decimal 216 64 99
Hex D8 40 63

RGB Percentages of Color #d84063

%56.99
%16.89
%26.12

CMYK Percentages of Color #d84063

%0
%70
%54
%15

Triadic Colors of #d84063

#d84063 #63d840 #4063d8

Analogous Colors of #d84063

#d84063 #d86940 #d840af

Monochromatic Colors of #d84063

#d84063

Complementary Color

#d84063 #40d8b5

#d84063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84063 Color CSS Codes

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

#d84063 Text Font Color

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

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


#d84063 Background Color

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

This div background color is #d84063


#d84063 Border Color

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

This div border color is #d84063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84063


Comments

No comments written yet.

Please login to write comment.