Color Hex Logo

#d311ad Color Hex

#D311AD
(211,17,173)
0 Favorites   0 Comments

Color spaces of #d311ad

RGB 21117173
HSL0.870.850.45
HSV312°92°83°
CMYK 0.000.920.18   0.17
XYZ34.607217.266941.0440
Yxy17.26690.37240.1858
Hunter Lab41.553575.9426-29.4757
CIE-Lab48.594678.6116-33.1052

#d311ad color RGB value is (211,17,173).

#d311ad hex color red value is 211, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d311ad hue: 0.87 , saturation: 0.85 and the lightness value of d311ad is 0.45.

The process color (four color CMYK) of #d311ad color hex is 0.00, 0.92, 0.18, 0.17. Web safe color of #d311ad is #cc0099. Color #d311ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010001 10101101
Octal 323 21 255
Decimal 211 17 173
Hex D3 11 AD

RGB Percentages of Color #d311ad

%52.62
%4.24
%43.14

CMYK Percentages of Color #d311ad

%0
%92
%18
%17

Triadic Colors of #d311ad

#d311ad #add311 #11add3

Analogous Colors of #d311ad

#d311ad #d3114c #9811d3

Monochromatic Colors of #d311ad

#d311ad

Complementary Color

#d311ad #11d337

#d311ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d311ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d311ad Color CSS Codes

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

#d311ad Text Font Color

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

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


#d311ad Background Color

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

This div background color is #d311ad


#d311ad Border Color

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

This div border color is #d311ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,17,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d311ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d311ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d311ad;
  box-shadow:         1px 1px 3px 2px #d311ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,17,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d311ad


Comments

No comments written yet.

Please login to write comment.