Color Hex Logo

#d04fdb Color Hex

#D04FDB
(208,79,219)
0 Favorites   0 Comments

Color spaces of #d04fdb

RGB 20879219
HSL0.820.660.58
HSV295°64°86°
CMYK 0.050.640.00   0.14
XYZ41.594624.116369.4805
Yxy24.11630.30770.1784
Hunter Lab49.108365.2493-49.5101
CIE-Lab56.204068.3844-47.6962

#d04fdb color RGB value is (208,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001111 11011011
Octal 320 117 333
Decimal 208 79 219
Hex D0 4F DB

RGB Percentages of Color #d04fdb

%41.11
%15.61
%43.28

CMYK Percentages of Color #d04fdb

%5
%64
%0
%14

Triadic Colors of #d04fdb

#d04fdb #dbd04f #4fdbd0

Analogous Colors of #d04fdb

#d04fdb #db4fa0 #8a4fdb

Monochromatic Colors of #d04fdb

#d04fdb

Complementary Color

#d04fdb #5adb4f

#d04fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04fdb Color CSS Codes

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

#d04fdb Text Font Color

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

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


#d04fdb Background Color

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

This div background color is #d04fdb


#d04fdb Border Color

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

This div border color is #d04fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,79,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d04fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04fdb


Comments

No comments written yet.

Please login to write comment.