Color Hex Logo

#d013da Color Hex

#D013DA
(208,19,218)
0 Favorites   0 Comments

Color spaces of #d013da

RGB 20819218
HSL0.820.840.46
HSV297°91°85°
CMYK 0.050.910.00   0.15
XYZ38.900218.937667.9347
Yxy18.93760.30930.1506
Hunter Lab43.517483.4059-62.0951
CIE-Lab50.614184.0985-56.0475

#d013da color RGB value is (208,19,218).

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

The process color (four color CMYK) of #d013da color hex is 0.05, 0.91, 0.00, 0.15. Web safe color of #d013da is #cc00cc. Color #d013da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010011 11011010
Octal 320 23 332
Decimal 208 19 218
Hex D0 13 DA

RGB Percentages of Color #d013da

%46.74
%4.27
%48.99

CMYK Percentages of Color #d013da

%5
%91
%0
%15

Triadic Colors of #d013da

#d013da #dad013 #13dad0

Analogous Colors of #d013da

#d013da #da1381 #6d13da

Monochromatic Colors of #d013da

#d013da

Complementary Color

#d013da #1dda13

#d013da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d013da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d013da Color CSS Codes

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

#d013da Text Font Color

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

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


#d013da Background Color

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

This div background color is #d013da


#d013da Border Color

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

This div border color is #d013da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d013da


Comments

No comments written yet.

Please login to write comment.