Color Hex Logo

#d113cc Color Hex

#D113CC
(209,19,204)
0 Favorites   0 Comments

Color spaces of #d113cc

RGB 20919204
HSL0.840.830.45
HSV302°91°82°
CMYK 0.000.910.02   0.18
XYZ37.426518.380758.7020
Yxy18.38070.32680.1605
Hunter Lab42.872780.7975-51.1699
CIE-Lab49.954682.1928-49.0626

#d113cc color RGB value is (209,19,204).

#d113cc hex color red value is 209, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d113cc hue: 0.84 , saturation: 0.83 and the lightness value of d113cc is 0.45.

The process color (four color CMYK) of #d113cc color hex is 0.00, 0.91, 0.02, 0.18. Web safe color of #d113cc is #cc00cc. Color #d113cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 11001100
Octal 321 23 314
Decimal 209 19 204
Hex D1 13 CC

RGB Percentages of Color #d113cc

%48.38
%4.40
%47.22

CMYK Percentages of Color #d113cc

%0
%91
%2
%18

Triadic Colors of #d113cc

#d113cc #ccd113 #13ccd1

Analogous Colors of #d113cc

#d113cc #d1136d #7713d1

Monochromatic Colors of #d113cc

#d113cc

Complementary Color

#d113cc #13d118

#d113cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d113cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d113cc Color CSS Codes

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

#d113cc Text Font Color

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

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


#d113cc Background Color

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

This div background color is #d113cc


#d113cc Border Color

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

This div border color is #d113cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d113cc


Comments

No comments written yet.

Please login to write comment.