Color Hex Logo

#d4428a Color Hex

#D4428A
(212,66,138)
0 Favorites   0 Comments

Color spaces of #d4428a

RGB 21266138
HSL0.920.630.55
HSV330°69°83°
CMYK 0.000.690.35   0.17
XYZ33.687019.728526.0772
Yxy19.72850.42380.2482
Hunter Lab44.416857.6503-3.7176
CIE-Lab51.528862.7710-7.7734

#d4428a color RGB value is (212,66,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000010 10001010
Octal 324 102 212
Decimal 212 66 138
Hex D4 42 8A

RGB Percentages of Color #d4428a

%50.96
%15.87
%33.17

CMYK Percentages of Color #d4428a

%0
%69
%35
%17

Triadic Colors of #d4428a

#d4428a #8ad442 #428ad4

Analogous Colors of #d4428a

#d4428a #d44342 #d442d3

Monochromatic Colors of #d4428a

#d4428a

Complementary Color

#d4428a #42d48c

#d4428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4428a Color CSS Codes

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

#d4428a Text Font Color

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

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


#d4428a Background Color

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

This div background color is #d4428a


#d4428a Border Color

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

This div border color is #d4428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4428a


Comments

No comments written yet.

Please login to write comment.