Color Hex Logo

#d430ad Color Hex

#D430AD
(212,48,173)
0 Favorites   0 Comments

Color spaces of #d430ad

RGB 21248173
HSL0.870.660.51
HSV314°77°83°
CMYK 0.000.770.18   0.17
XYZ35.751219.128141.3430
Yxy19.12810.37150.1988
Hunter Lab43.735769.3752-25.4314
CIE-Lab50.836772.8387-29.5894

#d430ad color RGB value is (212,48,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110000 10101101
Octal 324 60 255
Decimal 212 48 173
Hex D4 30 AD

RGB Percentages of Color #d430ad

%48.96
%11.09
%39.95

CMYK Percentages of Color #d430ad

%0
%77
%18
%17

Triadic Colors of #d430ad

#d430ad #add430 #30add4

Analogous Colors of #d430ad

#d430ad #d4305b #a930d4

Monochromatic Colors of #d430ad

#d430ad

Complementary Color

#d430ad #30d457

#d430ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d430ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d430ad Color CSS Codes

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

#d430ad Text Font Color

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

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


#d430ad Background Color

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

This div background color is #d430ad


#d430ad Border Color

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

This div border color is #d430ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d430ad


Comments

No comments written yet.

Please login to write comment.