Color Hex Logo

#d113ce Color Hex

#D113CE
(209,19,206)
0 Favorites   0 Comments

Color spaces of #d113ce

RGB 20919206
HSL0.840.830.45
HSV301°91°82°
CMYK 0.000.910.01   0.18
XYZ37.667918.477359.9737
Yxy18.47730.32440.1591
Hunter Lab42.985281.1952-52.6327
CIE-Lab50.070082.4818-50.0308

#d113ce color RGB value is (209,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 11001110
Octal 321 23 316
Decimal 209 19 206
Hex D1 13 CE

RGB Percentages of Color #d113ce

%48.16
%4.38
%47.47

CMYK Percentages of Color #d113ce

%0
%91
%1
%18

Triadic Colors of #d113ce

#d113ce #ced113 #13ced1

Analogous Colors of #d113ce

#d113ce #d1136f #7513d1

Monochromatic Colors of #d113ce

#d113ce

Complementary Color

#d113ce #13d116

#d113ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d113ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d113ce Color CSS Codes

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

#d113ce Text Font Color

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

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


#d113ce Background Color

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

This div background color is #d113ce


#d113ce Border Color

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

This div border color is #d113ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d113ce


Comments

No comments written yet.

Please login to write comment.