Color Hex Logo

#d13bcd Color Hex

#D13BCD
(209,59,205)
0 Favorites   0 Comments

Color spaces of #d13bcd

RGB 20959205
HSL0.840.620.53
HSV302°72°82°
CMYK 0.000.720.02   0.18
XYZ38.877921.091059.7795
Yxy21.09100.32470.1761
Hunter Lab45.924970.7411-45.0291
CIE-Lab53.048973.5326-44.7175

#d13bcd color RGB value is (209,59,205).

#d13bcd hex color red value is 209, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d13bcd hue: 0.84 , saturation: 0.62 and the lightness value of d13bcd is 0.53.

The process color (four color CMYK) of #d13bcd color hex is 0.00, 0.72, 0.02, 0.18. Web safe color of #d13bcd is #cc33cc. Color #d13bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111011 11001101
Octal 321 73 315
Decimal 209 59 205
Hex D1 3B CD

RGB Percentages of Color #d13bcd

%44.19
%12.47
%43.34

CMYK Percentages of Color #d13bcd

%0
%72
%2
%18

Triadic Colors of #d13bcd

#d13bcd #cdd13b #3bcdd1

Analogous Colors of #d13bcd

#d13bcd #d13b82 #8a3bd1

Monochromatic Colors of #d13bcd

#d13bcd

Complementary Color

#d13bcd #3bd13f

#d13bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13bcd Color CSS Codes

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

#d13bcd Text Font Color

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

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


#d13bcd Background Color

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

This div background color is #d13bcd


#d13bcd Border Color

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

This div border color is #d13bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13bcd


Comments

No comments written yet.

Please login to write comment.