Color Hex Logo

#d140db Color Hex

#D140DB
(209,64,219)
0 Favorites   0 Comments

Color spaces of #d140db

RGB 20964219
HSL0.820.680.55
HSV296°71°86°
CMYK 0.050.710.00   0.14
XYZ40.914122.336669.1728
Yxy22.33660.30900.1687
Hunter Lab47.261671.8186-53.6946
CIE-Lab54.382374.1550-50.5825

#d140db color RGB value is (209,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 11011011
Octal 321 100 333
Decimal 209 64 219
Hex D1 40 DB

RGB Percentages of Color #d140db

%42.48
%13.01
%44.51

CMYK Percentages of Color #d140db

%5
%71
%0
%14

Triadic Colors of #d140db

#d140db #dbd140 #40dbd1

Analogous Colors of #d140db

#d140db #db4098 #8440db

Monochromatic Colors of #d140db

#d140db

Complementary Color

#d140db #4adb40

#d140db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140db Color CSS Codes

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

#d140db Text Font Color

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

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


#d140db Background Color

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

This div background color is #d140db


#d140db Border Color

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

This div border color is #d140db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140db


Comments

No comments written yet.

Please login to write comment.