Color Hex Logo

#d146dc Color Hex

#D146DC
(209,70,220)
0 Favorites   0 Comments

Color spaces of #d146dc

RGB 20970220
HSL0.820.680.57
HSV296°68°86°
CMYK 0.050.680.00   0.14
XYZ41.402923.102969.9873
Yxy23.10290.30780.1718
Hunter Lab48.065569.6427-52.6853
CIE-Lab55.178272.2222-49.8826

#d146dc color RGB value is (209,70,220).

#d146dc hex color red value is 209, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d146dc hue: 0.82 , saturation: 0.68 and the lightness value of d146dc is 0.57.

The process color (four color CMYK) of #d146dc color hex is 0.05, 0.68, 0.00, 0.14. Web safe color of #d146dc is #cc33cc. Color #d146dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000110 11011100
Octal 321 106 334
Decimal 209 70 220
Hex D1 46 DC

RGB Percentages of Color #d146dc

%41.88
%14.03
%44.09

CMYK Percentages of Color #d146dc

%5
%68
%0
%14

Triadic Colors of #d146dc

#d146dc #dcd146 #46dcd1

Analogous Colors of #d146dc

#d146dc #dc469c #8646dc

Monochromatic Colors of #d146dc

#d146dc

Complementary Color

#d146dc #51dc46

#d146dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d146dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d146dc Color CSS Codes

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

#d146dc Text Font Color

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

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


#d146dc Background Color

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

This div background color is #d146dc


#d146dc Border Color

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

This div border color is #d146dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,70,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d146dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d146dc;
  -webkit-box-shadow: 1px 1px 3px 2px #d146dc;
  box-shadow:         1px 1px 3px 2px #d146dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,70,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d146dc


Comments

No comments written yet.

Please login to write comment.