Color Hex Logo

#d50dcd Color Hex

#D50DCD
(213,13,205)
0 Favorites   0 Comments

Color spaces of #d50dcd

RGB 21313205
HSL0.840.880.44
HSV302°94°84°
CMYK 0.000.940.04   0.16
XYZ38.603918.841859.3598
Yxy18.84180.33050.1613
Hunter Lab43.407182.7855-50.6948
CIE-Lab50.501683.6386-48.7253

#d50dcd color RGB value is (213,13,205).

#d50dcd hex color red value is 213, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d50dcd hue: 0.84 , saturation: 0.88 and the lightness value of d50dcd is 0.44.

The process color (four color CMYK) of #d50dcd color hex is 0.00, 0.94, 0.04, 0.16. Web safe color of #d50dcd is #cc00cc. Color #d50dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 11001101
Octal 325 15 315
Decimal 213 13 205
Hex D5 D CD

RGB Percentages of Color #d50dcd

%49.42
%3.02
%47.56

CMYK Percentages of Color #d50dcd

%0
%94
%4
%16

Triadic Colors of #d50dcd

#d50dcd #cdd50d #0dcdd5

Analogous Colors of #d50dcd

#d50dcd #d50d69 #790dd5

Monochromatic Colors of #d50dcd

#d50dcd

Complementary Color

#d50dcd #0dd515

#d50dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50dcd Color CSS Codes

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

#d50dcd Text Font Color

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

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


#d50dcd Background Color

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

This div background color is #d50dcd


#d50dcd Border Color

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

This div border color is #d50dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50dcd


Comments

No comments written yet.

Please login to write comment.