Color Hex Logo

#d04ddb Color Hex

#D04DDB
(208,77,219)
0 Favorites   0 Comments

Color spaces of #d04ddb

RGB 20877219
HSL0.820.660.58
HSV295°65°86°
CMYK 0.050.650.00   0.14
XYZ41.452523.832169.4331
Yxy23.83210.30770.1769
Hunter Lab48.818166.1364-50.1543
CIE-Lab55.919369.1790-48.1480

#d04ddb color RGB value is (208,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001101 11011011
Octal 320 115 333
Decimal 208 77 219
Hex D0 4D DB

RGB Percentages of Color #d04ddb

%41.27
%15.28
%43.45

CMYK Percentages of Color #d04ddb

%5
%65
%0
%14

Triadic Colors of #d04ddb

#d04ddb #dbd04d #4ddbd0

Analogous Colors of #d04ddb

#d04ddb #db4d9f #894ddb

Monochromatic Colors of #d04ddb

#d04ddb

Complementary Color

#d04ddb #58db4d

#d04ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04ddb Color CSS Codes

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

#d04ddb Text Font Color

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

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


#d04ddb Background Color

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

This div background color is #d04ddb


#d04ddb Border Color

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

This div border color is #d04ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04ddb


Comments

No comments written yet.

Please login to write comment.