color codes Logo

#d50ddf color codes

#D50DDF
(213,13,223)
0 Favorites   0 Comments

Color spaces of #d50ddf

RGB 21313223
HSL0.830.890.46
HSV297°94°87°
CMYK 0.040.940.00   0.13
XYZ40.903819.761771.4706
Yxy19.76170.30960.1496
Hunter Lab44.454186.4493-64.2049
CIE-Lab51.566786.2597-57.3201

#d50ddf color RGB value is (213,13,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 11011111
Octal 325 15 337
Decimal 213 13 223
Hex D5 D DF

RGB Percentages of Color #d50ddf

%47.44
%2.90
%49.67

CMYK Percentages of Color #d50ddf

%4
%94
%0
%13

Triadic Colors of #d50ddf

#d50ddf #dfd50d #0ddfd5

Analogous Colors of #d50ddf

#d50ddf #df0d80 #6c0ddf

Monochromatic Colors of #d50ddf

#d50ddf

Complementary Color

#d50ddf #17df0d

#d50ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50ddf Color CSS Codes

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

#d50ddf Text Font Color

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

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


#d50ddf Background Color

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

This div background color is #d50ddf


#d50ddf Border Color

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

This div border color is #d50ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,13,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50ddf


Comments

No comments written yet.

Please login to write comment.