Color Hex Logo

#d50ddd Color Hex

#D50DDD
(213,13,221)
0 Favorites   0 Comments

Color spaces of #d50ddd

RGB 21313221
HSL0.830.890.46
HSV298°94°87°
CMYK 0.040.940.00   0.13
XYZ40.635619.654470.0586
Yxy19.65440.31170.1508
Hunter Lab44.333386.0287-62.6610
CIE-Lab51.444285.9609-56.3790

#d50ddd color RGB value is (213,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 11011101
Octal 325 15 335
Decimal 213 13 221
Hex D5 D DD

RGB Percentages of Color #d50ddd

%47.65
%2.91
%49.44

CMYK Percentages of Color #d50ddd

%4
%94
%0
%13

Triadic Colors of #d50ddd

#d50ddd #ddd50d #0dddd5

Analogous Colors of #d50ddd

#d50ddd #dd0d7d #6d0ddd

Monochromatic Colors of #d50ddd

#d50ddd

Complementary Color

#d50ddd #15dd0d

#d50ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50ddd Color CSS Codes

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

#d50ddd Text Font Color

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

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


#d50ddd Background Color

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

This div background color is #d50ddd


#d50ddd Border Color

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

This div border color is #d50ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50ddd


Comments

No comments written yet.

Please login to write comment.