Color Hex Logo

#d04fdc Color Hex

#D04FDC
(208,79,220)
0 Favorites   0 Comments

Color spaces of #d04fdc

RGB 20879220
HSL0.820.670.59
HSV295°64°86°
CMYK 0.050.640.00   0.14
XYZ41.726724.169270.1760
Yxy24.16920.30670.1776
Hunter Lab49.162265.4691-50.2193
CIE-Lab56.256868.5584-48.1778

#d04fdc color RGB value is (208,79,220).

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

The process color (four color CMYK) of #d04fdc color hex is 0.05, 0.64, 0.00, 0.14. Web safe color of #d04fdc is #cc66cc. Color #d04fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 11011100
Octal 320 117 334
Decimal 208 79 220
Hex D0 4F DC

RGB Percentages of Color #d04fdc

%41.03
%15.58
%43.39

CMYK Percentages of Color #d04fdc

%5
%64
%0
%14

Triadic Colors of #d04fdc

#d04fdc #dcd04f #4fdcd0

Analogous Colors of #d04fdc

#d04fdc #dc4fa2 #8a4fdc

Monochromatic Colors of #d04fdc

#d04fdc

Complementary Color

#d04fdc #5bdc4f

#d04fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04fdc Color CSS Codes

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

#d04fdc Text Font Color

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

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


#d04fdc Background Color

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

This div background color is #d04fdc


#d04fdc Border Color

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

This div border color is #d04fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04fdc


Comments

No comments written yet.

Please login to write comment.