Color Hex Logo

#d115ce Color Hex

#D115CE
(209,21,206)
0 Favorites   0 Comments

Color spaces of #d115ce

RGB 20921206
HSL0.840.820.45
HSV301°90°82°
CMYK 0.000.900.01   0.18
XYZ37.703218.547959.9854
Yxy18.54790.32440.1596
Hunter Lab43.067380.8999-52.4338
CIE-Lab50.154082.2343-49.8965

#d115ce color RGB value is (209,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010101 11001110
Octal 321 25 316
Decimal 209 21 206
Hex D1 15 CE

RGB Percentages of Color #d115ce

%47.94
%4.82
%47.25

CMYK Percentages of Color #d115ce

%0
%90
%1
%18

Triadic Colors of #d115ce

#d115ce #ced115 #15ced1

Analogous Colors of #d115ce

#d115ce #d11570 #7615d1

Monochromatic Colors of #d115ce

#d115ce

Complementary Color

#d115ce #15d118

#d115ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d115ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d115ce Color CSS Codes

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

#d115ce Text Font Color

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

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


#d115ce Background Color

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

This div background color is #d115ce


#d115ce Border Color

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

This div border color is #d115ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d115ce


Comments

No comments written yet.

Please login to write comment.