Color Hex Logo

#d420ba Color Hex

#D420BA
(212,32,186)
0 Favorites   0 Comments

Color spaces of #d420ba

RGB 21232186
HSL0.860.740.48
HSV309°85°83°
CMYK 0.000.850.12   0.17
XYZ36.530818.575248.1144
Yxy18.57520.35390.1800
Hunter Lab43.099075.8739-36.0203
CIE-Lab50.186578.2463-38.2211

#d420ba color RGB value is (212,32,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100000 10111010
Octal 324 40 272
Decimal 212 32 186
Hex D4 20 BA

RGB Percentages of Color #d420ba

%49.30
%7.44
%43.26

CMYK Percentages of Color #d420ba

%0
%85
%12
%17

Triadic Colors of #d420ba

#d420ba #bad420 #20bad4

Analogous Colors of #d420ba

#d420ba #d42060 #9420d4

Monochromatic Colors of #d420ba

#d420ba

Complementary Color

#d420ba #20d43a

#d420ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d420ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d420ba Color CSS Codes

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

#d420ba Text Font Color

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

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


#d420ba Background Color

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

This div background color is #d420ba


#d420ba Border Color

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

This div border color is #d420ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d420ba


Comments

No comments written yet.

Please login to write comment.