Color Hex Logo

#d048dc Color Hex

#D048DC
(208,72,220)
0 Favorites   0 Comments

Color spaces of #d048dc

RGB 20872220
HSL0.820.680.57
HSV295°67°86°
CMYK 0.050.670.00   0.14
XYZ41.248123.211970.0165
Yxy23.21190.30670.1726
Hunter Lab48.178768.5096-52.4390
CIE-Lab55.289971.2675-49.7139

#d048dc color RGB value is (208,72,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 11011100
Octal 320 110 334
Decimal 208 72 220
Hex D0 48 DC

RGB Percentages of Color #d048dc

%41.60
%14.40
%44.00

CMYK Percentages of Color #d048dc

%5
%67
%0
%14

Triadic Colors of #d048dc

#d048dc #dcd048 #48dcd0

Analogous Colors of #d048dc

#d048dc #dc489e #8648dc

Monochromatic Colors of #d048dc

#d048dc

Complementary Color

#d048dc #54dc48

#d048dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d048dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d048dc Color CSS Codes

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

#d048dc Text Font Color

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

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


#d048dc Background Color

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

This div background color is #d048dc


#d048dc Border Color

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

This div border color is #d048dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d048dc


Comments

No comments written yet.

Please login to write comment.