Color Hex Logo

#d4328f Color Hex

#D4328F
(212,50,143)
0 Favorites   0 Comments

Color spaces of #d4328f

RGB 21250143
HSL0.900.650.51
HSV326°76°83°
CMYK 0.000.760.33   0.17
XYZ33.249918.261427.7589
Yxy18.26140.41950.2304
Hunter Lab42.733464.1036-8.6005
CIE-Lab49.811668.6357-13.3486

#d4328f color RGB value is (212,50,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110010 10001111
Octal 324 62 217
Decimal 212 50 143
Hex D4 32 8F

RGB Percentages of Color #d4328f

%52.35
%12.35
%35.31

CMYK Percentages of Color #d4328f

%0
%76
%33
%17

Triadic Colors of #d4328f

#d4328f #8fd432 #328fd4

Analogous Colors of #d4328f

#d4328f #d4323e #c832d4

Monochromatic Colors of #d4328f

#d4328f

Complementary Color

#d4328f #32d477

#d4328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4328f Color CSS Codes

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

#d4328f Text Font Color

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

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


#d4328f Background Color

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

This div background color is #d4328f


#d4328f Border Color

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

This div border color is #d4328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4328f


Comments

No comments written yet.

Please login to write comment.