Color Hex Logo

#d04adc Color Hex

#D04ADC
(208,74,220)
0 Favorites   0 Comments

Color spaces of #d04adc

RGB 20874220
HSL0.820.680.58
HSV295°66°86°
CMYK 0.050.660.00   0.14
XYZ41.379523.474870.0603
Yxy23.47480.30670.1740
Hunter Lab48.450867.6594-51.8183
CIE-Lab55.558170.5133-49.2876

#d04adc color RGB value is (208,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11011100
Octal 320 112 334
Decimal 208 74 220
Hex D0 4A DC

RGB Percentages of Color #d04adc

%41.43
%14.74
%43.82

CMYK Percentages of Color #d04adc

%5
%66
%0
%14

Triadic Colors of #d04adc

#d04adc #dcd04a #4adcd0

Analogous Colors of #d04adc

#d04adc #dc4a9f #874adc

Monochromatic Colors of #d04adc

#d04adc

Complementary Color

#d04adc #56dc4a

#d04adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04adc Color CSS Codes

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

#d04adc Text Font Color

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

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


#d04adc Background Color

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

This div background color is #d04adc


#d04adc Border Color

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

This div border color is #d04adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04adc


Comments

No comments written yet.

Please login to write comment.