Color Hex Logo

#d315ce Color Hex

#D315CE
(211,21,206)
0 Favorites   0 Comments

Color spaces of #d315ce

RGB 21121206
HSL0.840.820.45
HSV302°90°83°
CMYK 0.000.900.02   0.17
XYZ38.272718.841460.0121
Yxy18.84140.32680.1609
Hunter Lab43.406781.4260-51.5870
CIE-Lab50.501182.5786-49.3224

#d315ce color RGB value is (211,21,206).

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

The process color (four color CMYK) of #d315ce color hex is 0.00, 0.90, 0.02, 0.17. Web safe color of #d315ce is #cc00cc. Color #d315ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010101 11001110
Octal 323 25 316
Decimal 211 21 206
Hex D3 15 CE

RGB Percentages of Color #d315ce

%48.17
%4.79
%47.03

CMYK Percentages of Color #d315ce

%0
%90
%2
%17

Triadic Colors of #d315ce

#d315ce #ced315 #15ced3

Analogous Colors of #d315ce

#d315ce #d3156f #7915d3

Monochromatic Colors of #d315ce

#d315ce

Complementary Color

#d315ce #15d31a

#d315ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d315ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d315ce Color CSS Codes

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

#d315ce Text Font Color

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

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


#d315ce Background Color

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

This div background color is #d315ce


#d315ce Border Color

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

This div border color is #d315ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d315ce


Comments

No comments written yet.

Please login to write comment.