Color Hex Logo

#d014ce Color Hex

#D014CE
(208,20,206)
0 Favorites   0 Comments

Color spaces of #d014ce

RGB 20820206
HSL0.840.820.45
HSV301°90°82°
CMYK 0.000.900.01   0.18
XYZ37.403218.366459.9662
Yxy18.36640.32320.1587
Hunter Lab42.856080.7903-52.9622
CIE-Lab49.937582.1904-50.2523

#d014ce color RGB value is (208,20,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 11001110
Octal 320 24 316
Decimal 208 20 206
Hex D0 14 CE

RGB Percentages of Color #d014ce

%47.93
%4.61
%47.47

CMYK Percentages of Color #d014ce

%0
%90
%1
%18

Triadic Colors of #d014ce

#d014ce #ced014 #14ced0

Analogous Colors of #d014ce

#d014ce #d01470 #7414d0

Monochromatic Colors of #d014ce

#d014ce

Complementary Color

#d014ce #14d016

#d014ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d014ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d014ce Color CSS Codes

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

#d014ce Text Font Color

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

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


#d014ce Background Color

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

This div background color is #d014ce


#d014ce Border Color

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

This div border color is #d014ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d014ce


Comments

No comments written yet.

Please login to write comment.