Color Hex Logo

#d324ad Color Hex

#D324AD
(211,36,173)
0 Favorites   0 Comments

Color spaces of #d324ad

RGB 21136173
HSL0.870.710.48
HSV313°83°83°
CMYK 0.000.830.18   0.17
XYZ35.037718.127841.1875
Yxy18.12780.37130.1921
Hunter Lab42.576872.3837-27.5517
CIE-Lab49.650775.5336-31.4524

#d324ad color RGB value is (211,36,173).

#d324ad hex color red value is 211, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d324ad hue: 0.87 , saturation: 0.71 and the lightness value of d324ad is 0.48.

The process color (four color CMYK) of #d324ad color hex is 0.00, 0.83, 0.18, 0.17. Web safe color of #d324ad is #cc3399. Color #d324ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100100 10101101
Octal 323 44 255
Decimal 211 36 173
Hex D3 24 AD

RGB Percentages of Color #d324ad

%50.24
%8.57
%41.19

CMYK Percentages of Color #d324ad

%0
%83
%18
%17

Triadic Colors of #d324ad

#d324ad #add324 #24add3

Analogous Colors of #d324ad

#d324ad #d32455 #a224d3

Monochromatic Colors of #d324ad

#d324ad

Complementary Color

#d324ad #24d34a

#d324ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d324ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d324ad Color CSS Codes

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

#d324ad Text Font Color

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

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


#d324ad Background Color

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

This div background color is #d324ad


#d324ad Border Color

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

This div border color is #d324ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d324ad


Comments

No comments written yet.

Please login to write comment.