Color Hex Logo

#d04bdb Color Hex

#D04BDB
(208,75,219)
0 Favorites   0 Comments

Color spaces of #d04bdb

RGB 20875219
HSL0.820.670.58
HSV295°66°86°
CMYK 0.050.660.00   0.14
XYZ41.314723.556569.3872
Yxy23.55650.30770.1755
Hunter Lab48.535067.0090-50.7883
CIE-Lab55.641069.9579-48.5899

#d04bdb color RGB value is (208,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 11011011
Octal 320 113 333
Decimal 208 75 219
Hex D0 4B DB

RGB Percentages of Color #d04bdb

%41.43
%14.94
%43.63

CMYK Percentages of Color #d04bdb

%5
%66
%0
%14

Triadic Colors of #d04bdb

#d04bdb #dbd04b #4bdbd0

Analogous Colors of #d04bdb

#d04bdb #db4b9e #884bdb

Monochromatic Colors of #d04bdb

#d04bdb

Complementary Color

#d04bdb #56db4b

#d04bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04bdb Color CSS Codes

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

#d04bdb Text Font Color

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

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


#d04bdb Background Color

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

This div background color is #d04bdb


#d04bdb Border Color

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

This div border color is #d04bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04bdb


Comments

No comments written yet.

Please login to write comment.