Color Hex Logo

#d013cd Color Hex

#D013CD
(208,19,205)
0 Favorites   0 Comments

Color spaces of #d013cd

RGB 20819205
HSL0.840.830.45
HSV301°91°82°
CMYK 0.000.910.01   0.18
XYZ37.264718.283459.3226
Yxy18.28340.32440.1592
Hunter Lab42.759180.7350-52.3257
CIE-Lab49.838182.1664-49.8352

#d013cd color RGB value is (208,19,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 11001101
Octal 320 23 315
Decimal 208 19 205
Hex D0 13 CD

RGB Percentages of Color #d013cd

%48.15
%4.40
%47.45

CMYK Percentages of Color #d013cd

%0
%91
%1
%18

Triadic Colors of #d013cd

#d013cd #cdd013 #13cdd0

Analogous Colors of #d013cd

#d013cd #d0136f #7513d0

Monochromatic Colors of #d013cd

#d013cd

Complementary Color

#d013cd #13d016

#d013cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d013cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d013cd Color CSS Codes

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

#d013cd Text Font Color

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

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


#d013cd Background Color

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

This div background color is #d013cd


#d013cd Border Color

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

This div border color is #d013cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d013cd


Comments

No comments written yet.

Please login to write comment.