Color Hex Logo

#d422ba Color Hex

#D422BA
(212,34,186)
0 Favorites   0 Comments

Color spaces of #d422ba

RGB 21234186
HSL0.860.720.48
HSV309°84°83°
CMYK 0.000.840.12   0.17
XYZ36.586318.686348.1329
Yxy18.68630.35380.1807
Hunter Lab43.227775.4275-35.7586
CIE-Lab50.318277.8627-38.0136

#d422ba color RGB value is (212,34,186).

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

The process color (four color CMYK) of #d422ba color hex is 0.00, 0.84, 0.12, 0.17. Web safe color of #d422ba is #cc33cc. Color #d422ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100010 10111010
Octal 324 42 272
Decimal 212 34 186
Hex D4 22 BA

RGB Percentages of Color #d422ba

%49.07
%7.87
%43.06

CMYK Percentages of Color #d422ba

%0
%84
%12
%17

Triadic Colors of #d422ba

#d422ba #bad422 #22bad4

Analogous Colors of #d422ba

#d422ba #d42261 #9522d4

Monochromatic Colors of #d422ba

#d422ba

Complementary Color

#d422ba #22d43c

#d422ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d422ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d422ba Color CSS Codes

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

#d422ba Text Font Color

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

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


#d422ba Background Color

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

This div background color is #d422ba


#d422ba Border Color

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

This div border color is #d422ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d422ba


Comments

No comments written yet.

Please login to write comment.