Color Hex Logo

#d50cdd Color Hex

#D50CDD
(213,12,221)
0 Favorites   0 Comments

Color spaces of #d50cdd

RGB 21312221
HSL0.830.900.46
HSV298°95°87°
CMYK 0.040.950.00   0.13
XYZ40.623219.629570.0544
Yxy19.62950.31170.1506
Hunter Lab44.305286.1316-62.7344
CIE-Lab51.415786.0454-56.4247

#d50cdd color RGB value is (213,12,221).

#d50cdd hex color red value is 213, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d50cdd hue: 0.83 , saturation: 0.90 and the lightness value of d50cdd is 0.46.

The process color (four color CMYK) of #d50cdd color hex is 0.04, 0.95, 0.00, 0.13. Web safe color of #d50cdd is #cc00cc. Color #d50cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11011101
Octal 325 14 335
Decimal 213 12 221
Hex D5 C DD

RGB Percentages of Color #d50cdd

%47.76
%2.69
%49.55

CMYK Percentages of Color #d50cdd

%4
%95
%0
%13

Triadic Colors of #d50cdd

#d50cdd #ddd50c #0cddd5

Analogous Colors of #d50cdd

#d50cdd #dd0c7d #6d0cdd

Monochromatic Colors of #d50cdd

#d50cdd

Complementary Color

#d50cdd #14dd0c

#d50cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50cdd Color CSS Codes

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

#d50cdd Text Font Color

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

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


#d50cdd Background Color

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

This div background color is #d50cdd


#d50cdd Border Color

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

This div border color is #d50cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50cdd


Comments

No comments written yet.

Please login to write comment.