Color Hex Logo

#d317cc Color Hex

#D317CC
(211,23,204)
0 Favorites   0 Comments

Color spaces of #d317cc

RGB 21123204
HSL0.840.800.46
HSV302°89°83°
CMYK 0.000.890.03   0.17
XYZ38.069418.821358.7531
Yxy18.82130.32920.1628
Hunter Lab43.383580.7141-49.9263
CIE-Lab50.477582.0257-48.2083

#d317cc color RGB value is (211,23,204).

#d317cc hex color red value is 211, green value is 23 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d317cc hue: 0.84 , saturation: 0.80 and the lightness value of d317cc is 0.46.

The process color (four color CMYK) of #d317cc color hex is 0.00, 0.89, 0.03, 0.17. Web safe color of #d317cc is #cc00cc. Color #d317cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010111 11001100
Octal 323 27 314
Decimal 211 23 204
Hex D3 17 CC

RGB Percentages of Color #d317cc

%48.17
%5.25
%46.58

CMYK Percentages of Color #d317cc

%0
%89
%3
%17

Triadic Colors of #d317cc

#d317cc #ccd317 #17ccd3

Analogous Colors of #d317cc

#d317cc #d3176e #7c17d3

Monochromatic Colors of #d317cc

#d317cc

Complementary Color

#d317cc #17d31e

#d317cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d317cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d317cc Color CSS Codes

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

#d317cc Text Font Color

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

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


#d317cc Background Color

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

This div background color is #d317cc


#d317cc Border Color

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

This div border color is #d317cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d317cc


Comments

No comments written yet.

Please login to write comment.