Color Hex Logo

#d041db Color Hex

#D041DB
(208,65,219)
0 Favorites   0 Comments

Color spaces of #d041db

RGB 20865219
HSL0.820.680.56
HSV296°70°86°
CMYK 0.050.700.00   0.14
XYZ40.688922.305069.1786
Yxy22.30500.30780.1688
Hunter Lab47.228271.1354-53.7867
CIE-Lab54.349173.6042-50.6446

#d041db color RGB value is (208,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 11011011
Octal 320 101 333
Decimal 208 65 219
Hex D0 41 DB

RGB Percentages of Color #d041db

%42.28
%13.21
%44.51

CMYK Percentages of Color #d041db

%5
%70
%0
%14

Triadic Colors of #d041db

#d041db #dbd041 #41dbd0

Analogous Colors of #d041db

#d041db #db4199 #8341db

Monochromatic Colors of #d041db

#d041db

Complementary Color

#d041db #4cdb41

#d041db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d041db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d041db Color CSS Codes

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

#d041db Text Font Color

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

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


#d041db Background Color

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

This div background color is #d041db


#d041db Border Color

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

This div border color is #d041db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d041db


Comments

No comments written yet.

Please login to write comment.