Color Hex Logo

#d826ad Color Hex

#D826AD
(216,38,173)
0 Favorites   0 Comments

Color spaces of #d826ad

RGB 21638173
HSL0.870.700.50
HSV314°82°85°
CMYK 0.000.820.20   0.15
XYZ36.554819.002341.2763
Yxy19.00230.37750.1962
Hunter Lab43.591673.4001-25.6267
CIE-Lab50.689976.1559-29.7646

#d826ad color RGB value is (216,38,173).

#d826ad hex color red value is 216, green value is 38 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d826ad hue: 0.87 , saturation: 0.70 and the lightness value of d826ad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 10101101
Octal 330 46 255
Decimal 216 38 173
Hex D8 26 AD

RGB Percentages of Color #d826ad

%50.59
%8.90
%40.52

CMYK Percentages of Color #d826ad

%0
%82
%20
%15

Triadic Colors of #d826ad

#d826ad #add826 #26add8

Analogous Colors of #d826ad

#d826ad #d82654 #aa26d8

Monochromatic Colors of #d826ad

#d826ad

Complementary Color

#d826ad #26d851

#d826ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826ad Color CSS Codes

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

#d826ad Text Font Color

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

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


#d826ad Background Color

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

This div background color is #d826ad


#d826ad Border Color

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

This div border color is #d826ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826ad

#d826ad Color Palettes


Comments

No comments written yet.

Please login to write comment.