Color Hex Logo

#d406ba Color Hex

#D406BA
(212,6,186)
0 Favorites   0 Comments

Color spaces of #d406ba

RGB 2126186
HSL0.850.940.43
HSV308°97°83°
CMYK 0.000.970.12   0.17
XYZ36.079417.672547.9639
Yxy17.67250.35470.1737
Hunter Lab42.038779.6287-38.2197
CIE-Lab49.096581.4411-39.9414

#d406ba color RGB value is (212,6,186).

#d406ba hex color red value is 212, green value is 6 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d406ba hue: 0.85 , saturation: 0.94 and the lightness value of d406ba is 0.43.

The process color (four color CMYK) of #d406ba color hex is 0.00, 0.97, 0.12, 0.17. Web safe color of #d406ba is #cc00cc. Color #d406ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000110 10111010
Octal 324 6 272
Decimal 212 6 186
Hex D4 6 BA

RGB Percentages of Color #d406ba

%52.48
%1.49
%46.04

CMYK Percentages of Color #d406ba

%0
%97
%12
%17

Triadic Colors of #d406ba

#d406ba #bad406 #06bad4

Analogous Colors of #d406ba

#d406ba #d40653 #8706d4

Monochromatic Colors of #d406ba

#d406ba

Complementary Color

#d406ba #06d420

#d406ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d406ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d406ba Color CSS Codes

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

#d406ba Text Font Color

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

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


#d406ba Background Color

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

This div background color is #d406ba


#d406ba Border Color

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

This div border color is #d406ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d406ba


Comments

No comments written yet.

Please login to write comment.