Color Hex Logo

#d4428d Color Hex

#D4428D
(212,66,141)
0 Favorites   0 Comments

Color spaces of #d4428d

RGB 21266141
HSL0.910.630.55
HSV329°69°83°
CMYK 0.000.690.33   0.17
XYZ33.907319.816627.2372
Yxy19.81660.41880.2448
Hunter Lab44.515858.0591-5.1157
CIE-Lab51.629263.1080-9.4154

#d4428d color RGB value is (212,66,141).

#d4428d hex color red value is 212, green value is 66 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d4428d hue: 0.91 , saturation: 0.63 and the lightness value of d4428d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000010 10001101
Octal 324 102 215
Decimal 212 66 141
Hex D4 42 8D

RGB Percentages of Color #d4428d

%50.60
%15.75
%33.65

CMYK Percentages of Color #d4428d

%0
%69
%33
%17

Triadic Colors of #d4428d

#d4428d #8dd442 #428dd4

Analogous Colors of #d4428d

#d4428d #d44244 #d242d4

Monochromatic Colors of #d4428d

#d4428d

Complementary Color

#d4428d #42d489

#d4428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4428d Color CSS Codes

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

#d4428d Text Font Color

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

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


#d4428d Background Color

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

This div background color is #d4428d


#d4428d Border Color

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

This div border color is #d4428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4428d


Comments

No comments written yet.

Please login to write comment.