Color Hex Logo

#d84adc Color Hex

#D84ADC
(216,74,220)
0 Favorites   0 Comments

Color spaces of #d84adc

RGB 21674220
HSL0.830.680.58
HSV298°66°86°
CMYK 0.020.660.00   0.14
XYZ43.685924.663870.1682
Yxy24.66380.31540.1781
Hunter Lab49.662770.1084-49.0068
CIE-Lab56.746472.3051-47.3274

#d84adc color RGB value is (216,74,220).

#d84adc hex color red value is 216, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d84adc hue: 0.83 , saturation: 0.68 and the lightness value of d84adc is 0.58.

The process color (four color CMYK) of #d84adc color hex is 0.02, 0.66, 0.00, 0.14. Web safe color of #d84adc is #cc33cc. Color #d84adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001010 11011100
Octal 330 112 334
Decimal 216 74 220
Hex D8 4A DC

RGB Percentages of Color #d84adc

%42.35
%14.51
%43.14

CMYK Percentages of Color #d84adc

%2
%66
%0
%14

Triadic Colors of #d84adc

#d84adc #dcd84a #4adcd8

Analogous Colors of #d84adc

#d84adc #dc4a97 #8f4adc

Monochromatic Colors of #d84adc

#d84adc

Complementary Color

#d84adc #4edc4a

#d84adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84adc Color CSS Codes

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

#d84adc Text Font Color

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

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


#d84adc Background Color

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

This div background color is #d84adc


#d84adc Border Color

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

This div border color is #d84adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84adc


Comments

No comments written yet.

Please login to write comment.