Color Hex Logo

#d46fba Color Hex

#D46FBA
(212,111,186)
0 Favorites   0 Comments

Color spaces of #d46fba

RGB 212111186
HSL0.880.540.63
HSV315°48°83°
CMYK 0.000.480.12   0.17
XYZ41.698728.911149.8370
Yxy28.91110.34620.2400
Hunter Lab53.769044.3336-17.3159
CIE-Lab60.703149.3084-21.8857

#d46fba color RGB value is (212,111,186).

#d46fba hex color red value is 212, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d46fba hue: 0.88 , saturation: 0.54 and the lightness value of d46fba is 0.63.

The process color (four color CMYK) of #d46fba color hex is 0.00, 0.48, 0.12, 0.17. Web safe color of #d46fba is #cc66cc. Color #d46fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101111 10111010
Octal 324 157 272
Decimal 212 111 186
Hex D4 6F BA

RGB Percentages of Color #d46fba

%41.65
%21.81
%36.54

CMYK Percentages of Color #d46fba

%0
%48
%12
%17

Triadic Colors of #d46fba

#d46fba #bad46f #6fbad4

Analogous Colors of #d46fba

#d46fba #d46f88 #bc6fd4

Monochromatic Colors of #d46fba

#d46fba

Complementary Color

#d46fba #6fd489

#d46fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46fba Color CSS Codes

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

#d46fba Text Font Color

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

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


#d46fba Background Color

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

This div background color is #d46fba


#d46fba Border Color

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

This div border color is #d46fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46fba


Comments

No comments written yet.

Please login to write comment.