Color Hex Logo

#d32acc Color Hex

#D32ACC
(211,42,204)
0 Favorites   0 Comments

Color spaces of #d32acc

RGB 21142204
HSL0.840.670.50
HSV302°80°83°
CMYK 0.000.800.03   0.17
XYZ38.591019.864458.9270
Yxy19.86440.32880.1692
Hunter Lab44.569576.5596-47.1909
CIE-Lab51.683678.5027-46.2894

#d32acc color RGB value is (211,42,204).

#d32acc hex color red value is 211, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d32acc hue: 0.84 , saturation: 0.67 and the lightness value of d32acc is 0.50.

The process color (four color CMYK) of #d32acc color hex is 0.00, 0.80, 0.03, 0.17. Web safe color of #d32acc is #cc33cc. Color #d32acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00101010 11001100
Octal 323 52 314
Decimal 211 42 204
Hex D3 2A CC

RGB Percentages of Color #d32acc

%46.17
%9.19
%44.64

CMYK Percentages of Color #d32acc

%0
%80
%3
%17

Triadic Colors of #d32acc

#d32acc #ccd32a #2accd3

Analogous Colors of #d32acc

#d32acc #d32a78 #862ad3

Monochromatic Colors of #d32acc

#d32acc

Complementary Color

#d32acc #2ad331

#d32acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32acc Color CSS Codes

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

#d32acc Text Font Color

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

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


#d32acc Background Color

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

This div background color is #d32acc


#d32acc Border Color

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

This div border color is #d32acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32acc


Comments

No comments written yet.

Please login to write comment.