Color Hex Logo

#d432dc Color Hex

#D432DC
(212,50,220)
0 Favorites   0 Comments

Color spaces of #d432dc

RGB 21250220
HSL0.830.710.53
HSV297°77°86°
CMYK 0.040.770.00   0.14
XYZ41.210221.445669.6775
Yxy21.44560.31140.1621
Hunter Lab46.309477.8037-56.7917
CIE-Lab53.433879.1522-52.6351

#d432dc color RGB value is (212,50,220).

#d432dc hex color red value is 212, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d432dc hue: 0.83 , saturation: 0.71 and the lightness value of d432dc is 0.53.

The process color (four color CMYK) of #d432dc color hex is 0.04, 0.77, 0.00, 0.14. Web safe color of #d432dc is #cc33cc. Color #d432dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110010 11011100
Octal 324 62 334
Decimal 212 50 220
Hex D4 32 DC

RGB Percentages of Color #d432dc

%43.98
%10.37
%45.64

CMYK Percentages of Color #d432dc

%4
%77
%0
%14

Triadic Colors of #d432dc

#d432dc #dcd432 #32dcd4

Analogous Colors of #d432dc

#d432dc #dc328f #7f32dc

Monochromatic Colors of #d432dc

#d432dc

Complementary Color

#d432dc #3adc32

#d432dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d432dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d432dc Color CSS Codes

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

#d432dc Text Font Color

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

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


#d432dc Background Color

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

This div background color is #d432dc


#d432dc Border Color

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

This div border color is #d432dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,50,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d432dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d432dc;
  -webkit-box-shadow: 1px 1px 3px 2px #d432dc;
  box-shadow:         1px 1px 3px 2px #d432dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,50,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d432dc


Comments

No comments written yet.

Please login to write comment.