Color Hex Logo

#d429a7 Color Hex

#D429A7
(212,41,167)
0 Favorites   0 Comments

Color spaces of #d429a7

RGB 21241167
HSL0.880.680.50
HSV316°81°83°
CMYK 0.000.810.21   0.17
XYZ34.919418.372938.2651
Yxy18.37290.38140.2007
Hunter Lab42.863670.4060-22.9247
CIE-Lab49.945373.8600-27.4393

#d429a7 color RGB value is (212,41,167).

#d429a7 hex color red value is 212, green value is 41 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d429a7 hue: 0.88 , saturation: 0.68 and the lightness value of d429a7 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 10100111
Octal 324 51 247
Decimal 212 41 167
Hex D4 29 A7

RGB Percentages of Color #d429a7

%50.48
%9.76
%39.76

CMYK Percentages of Color #d429a7

%0
%81
%21
%17

Triadic Colors of #d429a7

#d429a7 #a7d429 #29a7d4

Analogous Colors of #d429a7

#d429a7 #d42951 #ac29d4

Monochromatic Colors of #d429a7

#d429a7

Complementary Color

#d429a7 #29d456

#d429a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d429a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d429a7 Color CSS Codes

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

#d429a7 Text Font Color

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

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


#d429a7 Background Color

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

This div background color is #d429a7


#d429a7 Border Color

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

This div border color is #d429a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d429a7


Comments

No comments written yet.

Please login to write comment.