Color Hex Logo

#d113df Color Hex

#D113DF
(209,19,223)
0 Favorites   0 Comments

Color spaces of #d113df

RGB 20919223
HSL0.820.840.47
HSV296°91°87°
CMYK 0.060.910.00   0.13
XYZ39.846719.348871.4466
Yxy19.34880.30500.1481
Hunter Lab43.987384.7199-65.5111
CIE-Lab51.092885.0220-58.1177

#d113df color RGB value is (209,19,223).

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

The process color (four color CMYK) of #d113df color hex is 0.06, 0.91, 0.00, 0.13. Web safe color of #d113df is #cc00cc. Color #d113df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 11011111
Octal 321 23 337
Decimal 209 19 223
Hex D1 13 DF

RGB Percentages of Color #d113df

%46.34
%4.21
%49.45

CMYK Percentages of Color #d113df

%6
%91
%0
%13

Triadic Colors of #d113df

#d113df #dfd113 #13dfd1

Analogous Colors of #d113df

#d113df #df1387 #6b13df

Monochromatic Colors of #d113df

#d113df

Complementary Color

#d113df #21df13

#d113df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d113df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d113df Color CSS Codes

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

#d113df Text Font Color

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

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


#d113df Background Color

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

This div background color is #d113df


#d113df Border Color

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

This div border color is #d113df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d113df


Comments

No comments written yet.

Please login to write comment.