Color Hex Logo

#d641db Color Hex

#D641DB
(214,65,219)
0 Favorites   0 Comments

Color spaces of #d641db

RGB 21465219
HSL0.830.680.56
HSV298°70°86°
CMYK 0.020.700.00   0.14
XYZ42.408023.191269.2590
Yxy23.19120.31450.1720
Hunter Lab48.157272.9146-51.5599
CIE-Lab55.268774.8744-49.1256

#d641db color RGB value is (214,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000001 11011011
Octal 326 101 333
Decimal 214 65 219
Hex D6 41 DB

RGB Percentages of Color #d641db

%42.97
%13.05
%43.98

CMYK Percentages of Color #d641db

%2
%70
%0
%14

Triadic Colors of #d641db

#d641db #dbd641 #41dbd6

Analogous Colors of #d641db

#d641db #db4193 #8941db

Monochromatic Colors of #d641db

#d641db

Complementary Color

#d641db #46db41

#d641db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d641db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d641db Color CSS Codes

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

#d641db Text Font Color

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

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


#d641db Background Color

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

This div background color is #d641db


#d641db Border Color

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

This div border color is #d641db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d641db


Comments

No comments written yet.

Please login to write comment.