Color Hex Logo

#d429af Color Hex

#D429AF
(212,41,175)
0 Favorites   0 Comments

Color spaces of #d429af

RGB 21241175
HSL0.870.680.50
HSV313°81°83°
CMYK 0.000.810.17   0.17
XYZ35.682218.678142.2820
Yxy18.67810.36920.1933
Hunter Lab43.218271.7431-27.7530
CIE-Lab50.308574.8835-31.5885

#d429af color RGB value is (212,41,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 10101111
Octal 324 51 257
Decimal 212 41 175
Hex D4 29 AF

RGB Percentages of Color #d429af

%49.53
%9.58
%40.89

CMYK Percentages of Color #d429af

%0
%81
%17
%17

Triadic Colors of #d429af

#d429af #afd429 #29afd4

Analogous Colors of #d429af

#d429af #d42959 #a429d4

Monochromatic Colors of #d429af

#d429af

Complementary Color

#d429af #29d44e

#d429af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d429af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d429af Color CSS Codes

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

#d429af Text Font Color

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

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


#d429af Background Color

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

This div background color is #d429af


#d429af Border Color

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

This div border color is #d429af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d429af


Comments

No comments written yet.

Please login to write comment.