Color Hex Logo

#d4228a Color Hex

#D4228A
(212,34,138)
0 Favorites   0 Comments

Color spaces of #d4228a

RGB 21234138
HSL0.900.720.48
HSV325°84°83°
CMYK 0.000.840.35   0.17
XYZ32.310916.976125.6185
Yxy16.97610.43140.2266
Hunter Lab41.202167.8771-8.0237
CIE-Lab48.229972.1053-12.7287

#d4228a color RGB value is (212,34,138).

#d4228a hex color red value is 212, green value is 34 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d4228a hue: 0.90 , saturation: 0.72 and the lightness value of d4228a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 10001010
Octal 324 42 212
Decimal 212 34 138
Hex D4 22 8A

RGB Percentages of Color #d4228a

%55.21
%8.85
%35.94

CMYK Percentages of Color #d4228a

%0
%84
%35
%17

Triadic Colors of #d4228a

#d4228a #8ad422 #228ad4

Analogous Colors of #d4228a

#d4228a #d42231 #c522d4

Monochromatic Colors of #d4228a

#d4228a

Complementary Color

#d4228a #22d46c

#d4228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4228a Color CSS Codes

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

#d4228a Text Font Color

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

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


#d4228a Background Color

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

This div background color is #d4228a


#d4228a Border Color

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

This div border color is #d4228a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,34,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 #d4228a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4228a


Comments

No comments written yet.

Please login to write comment.