Color Hex Logo

#d63adc Color Hex

#D63ADC
(214,58,220)
0 Favorites   0 Comments

Color spaces of #d63adc

RGB 21458220
HSL0.830.700.55
HSV298°74°86°
CMYK 0.030.740.00   0.14
XYZ42.162922.489669.8288
Yxy22.48960.31350.1672
Hunter Lab47.423275.7097-54.1060
CIE-Lab54.542777.2665-50.8479

#d63adc color RGB value is (214,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111010 11011100
Octal 326 72 334
Decimal 214 58 220
Hex D6 3A DC

RGB Percentages of Color #d63adc

%43.50
%11.79
%44.72

CMYK Percentages of Color #d63adc

%3
%74
%0
%14

Triadic Colors of #d63adc

#d63adc #dcd63a #3adcd6

Analogous Colors of #d63adc

#d63adc #dc3a91 #853adc

Monochromatic Colors of #d63adc

#d63adc

Complementary Color

#d63adc #40dc3a

#d63adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63adc Color CSS Codes

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

#d63adc Text Font Color

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

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


#d63adc Background Color

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

This div background color is #d63adc


#d63adc Border Color

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

This div border color is #d63adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63adc


Comments

No comments written yet.

Please login to write comment.