Color Hex Logo

#d43adc Color Hex

#D43ADC
(212,58,220)
0 Favorites   0 Comments

Color spaces of #d43adc

RGB 21258220
HSL0.830.700.55
HSV297°74°86°
CMYK 0.040.740.00   0.14
XYZ41.582722.190569.8017
Yxy22.19050.31130.1661
Hunter Lab47.106875.1309-54.8797
CIE-Lab54.228576.8633-51.3671

#d43adc color RGB value is (212,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111010 11011100
Octal 324 72 334
Decimal 212 58 220
Hex D4 3A DC

RGB Percentages of Color #d43adc

%43.27
%11.84
%44.90

CMYK Percentages of Color #d43adc

%4
%74
%0
%14

Triadic Colors of #d43adc

#d43adc #dcd43a #3adcd4

Analogous Colors of #d43adc

#d43adc #dc3a93 #833adc

Monochromatic Colors of #d43adc

#d43adc

Complementary Color

#d43adc #42dc3a

#d43adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d43adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d43adc Color CSS Codes

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

#d43adc Text Font Color

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

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


#d43adc Background Color

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

This div background color is #d43adc


#d43adc Border Color

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

This div border color is #d43adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d43adc


Comments

No comments written yet.

Please login to write comment.