Color Hex Logo

#d4329a Color Hex

#D4329A
(212,50,154)
0 Favorites   0 Comments

Color spaces of #d4329a

RGB 21250154
HSL0.890.650.51
HSV321°76°83°
CMYK 0.000.760.27   0.17
XYZ34.124718.611332.3656
Yxy18.61130.40100.2187
Hunter Lab43.140865.6984-14.2827
CIE-Lab50.229369.8983-19.2879

#d4329a color RGB value is (212,50,154).

#d4329a hex color red value is 212, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d4329a hue: 0.89 , saturation: 0.65 and the lightness value of d4329a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110010 10011010
Octal 324 62 232
Decimal 212 50 154
Hex D4 32 9A

RGB Percentages of Color #d4329a

%50.96
%12.02
%37.02

CMYK Percentages of Color #d4329a

%0
%76
%27
%17

Triadic Colors of #d4329a

#d4329a #9ad432 #329ad4

Analogous Colors of #d4329a

#d4329a #d43249 #bd32d4

Monochromatic Colors of #d4329a

#d4329a

Complementary Color

#d4329a #32d46c

#d4329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4329a Color CSS Codes

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

#d4329a Text Font Color

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

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


#d4329a Background Color

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

This div background color is #d4329a


#d4329a Border Color

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

This div border color is #d4329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4329a


Comments

No comments written yet.

Please login to write comment.