Color Hex Logo

#d32daf Color Hex

#D32DAF
(211,45,175)
0 Favorites   0 Comments

Color spaces of #d32daf

RGB 21145175
HSL0.870.650.50
HSV313°79°83°
CMYK 0.000.790.17   0.17
XYZ35.540218.820842.3170
Yxy18.82080.36760.1947
Hunter Lab43.382970.3107-27.4651
CIE-Lab50.476973.6784-31.3383

#d32daf color RGB value is (211,45,175).

#d32daf hex color red value is 211, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d32daf hue: 0.87 , saturation: 0.65 and the lightness value of d32daf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101101 10101111
Octal 323 55 257
Decimal 211 45 175
Hex D3 2D AF

RGB Percentages of Color #d32daf

%48.96
%10.44
%40.60

CMYK Percentages of Color #d32daf

%0
%79
%17
%17

Triadic Colors of #d32daf

#d32daf #afd32d #2dafd3

Analogous Colors of #d32daf

#d32daf #d32d5c #a42dd3

Monochromatic Colors of #d32daf

#d32daf

Complementary Color

#d32daf #2dd351

#d32daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32daf Color CSS Codes

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

#d32daf Text Font Color

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

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


#d32daf Background Color

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

This div background color is #d32daf


#d32daf Border Color

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

This div border color is #d32daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,45,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32daf


Comments

No comments written yet.

Please login to write comment.