Color Hex Logo

#d13fdd Color Hex

#D13FDD
(209,63,221)
0 Favorites   0 Comments

Color spaces of #d13fdd

RGB 20963221
HSL0.820.700.56
HSV295°71°87°
CMYK 0.050.710.00   0.13
XYZ41.123122.330870.5495
Yxy22.33080.30690.1666
Hunter Lab47.255572.6388-55.4375
CIE-Lab54.376274.8230-51.7261

#d13fdd color RGB value is (209,63,221).

#d13fdd hex color red value is 209, green value is 63 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d13fdd hue: 0.82 , saturation: 0.70 and the lightness value of d13fdd is 0.56.

The process color (four color CMYK) of #d13fdd color hex is 0.05, 0.71, 0.00, 0.13. Web safe color of #d13fdd is #cc33cc. Color #d13fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111111 11011101
Octal 321 77 335
Decimal 209 63 221
Hex D1 3F DD

RGB Percentages of Color #d13fdd

%42.39
%12.78
%44.83

CMYK Percentages of Color #d13fdd

%5
%71
%0
%13

Triadic Colors of #d13fdd

#d13fdd #ddd13f #3fddd1

Analogous Colors of #d13fdd

#d13fdd #dd3f9a #823fdd

Monochromatic Colors of #d13fdd

#d13fdd

Complementary Color

#d13fdd #4bdd3f

#d13fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13fdd Color CSS Codes

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

#d13fdd Text Font Color

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

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


#d13fdd Background Color

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

This div background color is #d13fdd


#d13fdd Border Color

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

This div border color is #d13fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,63,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13fdd


Comments

No comments written yet.

Please login to write comment.