Color Hex Logo

#d431dc Color Hex

#D431DC
(212,49,220)
0 Favorites   0 Comments

Color spaces of #d431dc

RGB 21249220
HSL0.830.710.53
HSV297°78°86°
CMYK 0.040.780.00   0.14
XYZ41.168021.361069.6634
Yxy21.36100.31140.1616
Hunter Lab46.218078.1149-57.0140
CIE-Lab53.342379.4171-52.7811

#d431dc color RGB value is (212,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 11011100
Octal 324 61 334
Decimal 212 49 220
Hex D4 31 DC

RGB Percentages of Color #d431dc

%44.07
%10.19
%45.74

CMYK Percentages of Color #d431dc

%4
%78
%0
%14

Triadic Colors of #d431dc

#d431dc #dcd431 #31dcd4

Analogous Colors of #d431dc

#d431dc #dc318f #7f31dc

Monochromatic Colors of #d431dc

#d431dc

Complementary Color

#d431dc #39dc31

#d431dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d431dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d431dc Color CSS Codes

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

#d431dc Text Font Color

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

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


#d431dc Background Color

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

This div background color is #d431dc


#d431dc Border Color

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

This div border color is #d431dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d431dc


Comments

No comments written yet.

Please login to write comment.