Color Hex Logo

#d140dd Color Hex

#D140DD
(209,64,221)
0 Favorites   0 Comments

Color spaces of #d140dd

RGB 20964221
HSL0.820.700.56
HSV295°71°87°
CMYK 0.050.710.00   0.13
XYZ41.179022.442670.5681
Yxy22.44260.30690.1672
Hunter Lab47.373672.2553-55.1573
CIE-Lab54.493574.4889-51.5392

#d140dd color RGB value is (209,64,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000000 11011101
Octal 321 100 335
Decimal 209 64 221
Hex D1 40 DD

RGB Percentages of Color #d140dd

%42.31
%12.96
%44.74

CMYK Percentages of Color #d140dd

%5
%71
%0
%13

Triadic Colors of #d140dd

#d140dd #ddd140 #40ddd1

Analogous Colors of #d140dd

#d140dd #dd409b #8340dd

Monochromatic Colors of #d140dd

#d140dd

Complementary Color

#d140dd #4cdd40

#d140dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d140dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d140dd Color CSS Codes

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

#d140dd Text Font Color

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

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


#d140dd Background Color

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

This div background color is #d140dd


#d140dd Border Color

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

This div border color is #d140dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,64,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d140dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d140dd


Comments

No comments written yet.

Please login to write comment.