Color Hex Logo

#d841ad Color Hex

#D841AD
(216,65,173)
0 Favorites   0 Comments

Color spaces of #d841ad

RGB 21665173
HSL0.880.660.55
HSV317°70°85°
CMYK 0.000.700.20   0.15
XYZ37.752021.396741.6754
Yxy21.39670.37440.2122
Hunter Lab46.256664.7326-21.0384
CIE-Lab53.381068.4835-25.5899

#d841ad color RGB value is (216,65,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 10101101
Octal 330 101 255
Decimal 216 65 173
Hex D8 41 AD

RGB Percentages of Color #d841ad

%47.58
%14.32
%38.11

CMYK Percentages of Color #d841ad

%0
%70
%20
%15

Triadic Colors of #d841ad

#d841ad #add841 #41add8

Analogous Colors of #d841ad

#d841ad #d84161 #b841d8

Monochromatic Colors of #d841ad

#d841ad

Complementary Color

#d841ad #41d86c

#d841ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841ad Color CSS Codes

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

#d841ad Text Font Color

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

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


#d841ad Background Color

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

This div background color is #d841ad


#d841ad Border Color

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

This div border color is #d841ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841ad


Comments

No comments written yet.

Please login to write comment.