Color Hex Logo

#d430a6 Color Hex

#D430A6
(212,48,166)
0 Favorites   0 Comments

Color spaces of #d430a6

RGB 21248166
HSL0.880.660.51
HSV317°77°83°
CMYK 0.000.770.22   0.17
XYZ35.091318.864137.8680
Yxy18.86410.38220.2054
Hunter Lab43.432868.2106-21.2905
CIE-Lab50.527871.9358-25.9450

#d430a6 color RGB value is (212,48,166).

#d430a6 hex color red value is 212, green value is 48 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #d430a6 hue: 0.88 , saturation: 0.66 and the lightness value of d430a6 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 10100110
Octal 324 60 246
Decimal 212 48 166
Hex D4 30 A6

RGB Percentages of Color #d430a6

%49.77
%11.27
%38.97

CMYK Percentages of Color #d430a6

%0
%77
%22
%17

Triadic Colors of #d430a6

#d430a6 #a6d430 #30a6d4

Analogous Colors of #d430a6

#d430a6 #d43054 #b030d4

Monochromatic Colors of #d430a6

#d430a6

Complementary Color

#d430a6 #30d45e

#d430a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d430a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d430a6 Color CSS Codes

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

#d430a6 Text Font Color

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

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


#d430a6 Background Color

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

This div background color is #d430a6


#d430a6 Border Color

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

This div border color is #d430a6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d430a6


Comments

No comments written yet.

Please login to write comment.