Color Hex Logo

#d840ad Color Hex

#D840AD
(216,64,173)
0 Favorites   0 Comments

Color spaces of #d840ad

RGB 21664173
HSL0.880.660.55
HSV317°70°85°
CMYK 0.000.700.20   0.15
XYZ37.695121.282941.6564
Yxy21.28290.37460.2115
Hunter Lab46.133465.1170-21.2429
CIE-Lab53.257768.8299-25.7803

#d840ad color RGB value is (216,64,173).

#d840ad hex color red value is 216, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d840ad hue: 0.88 , saturation: 0.66 and the lightness value of d840ad is 0.55.

The process color (four color CMYK) of #d840ad color hex is 0.00, 0.70, 0.20, 0.15. Web safe color of #d840ad is #cc3399. Color #d840ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 10101101
Octal 330 100 255
Decimal 216 64 173
Hex D8 40 AD

RGB Percentages of Color #d840ad

%47.68
%14.13
%38.19

CMYK Percentages of Color #d840ad

%0
%70
%20
%15

Triadic Colors of #d840ad

#d840ad #add840 #40add8

Analogous Colors of #d840ad

#d840ad #d84061 #b740d8

Monochromatic Colors of #d840ad

#d840ad

Complementary Color

#d840ad #40d86b

#d840ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d840ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d840ad Color CSS Codes

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

#d840ad Text Font Color

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

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


#d840ad Background Color

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

This div background color is #d840ad


#d840ad Border Color

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

This div border color is #d840ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d840ad


Comments

No comments written yet.

Please login to write comment.