Color Hex Logo

#d64adc Color Hex

#D64ADC
(214,74,220)
0 Favorites   0 Comments

Color spaces of #d64adc

RGB 21474220
HSL0.830.680.58
HSV298°66°86°
CMYK 0.030.660.00   0.14
XYZ43.098624.361070.1407
Yxy24.36100.31320.1770
Hunter Lab49.356969.4924-49.7068
CIE-Lab56.447471.8566-47.8202

#d64adc color RGB value is (214,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 11011100
Octal 326 112 334
Decimal 214 74 220
Hex D6 4A DC

RGB Percentages of Color #d64adc

%42.13
%14.57
%43.31

CMYK Percentages of Color #d64adc

%3
%66
%0
%14

Triadic Colors of #d64adc

#d64adc #dcd64a #4adcd6

Analogous Colors of #d64adc

#d64adc #dc4a99 #8d4adc

Monochromatic Colors of #d64adc

#d64adc

Complementary Color

#d64adc #50dc4a

#d64adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64adc Color CSS Codes

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

#d64adc Text Font Color

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

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


#d64adc Background Color

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

This div background color is #d64adc


#d64adc Border Color

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

This div border color is #d64adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64adc


Comments

No comments written yet.

Please login to write comment.