Color Hex Logo

#d50dca Color Hex

#D50DCA
(213,13,202)
0 Favorites   0 Comments

Color spaces of #d50dca

RGB 21313202
HSL0.840.880.44
HSV303°94°84°
CMYK 0.000.940.05   0.16
XYZ38.245218.698257.4705
Yxy18.69820.33430.1634
Hunter Lab43.241482.2032-48.5311
CIE-Lab50.332283.2182-47.2652

#d50dca color RGB value is (213,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001101 11001010
Octal 325 15 312
Decimal 213 13 202
Hex D5 D CA

RGB Percentages of Color #d50dca

%49.77
%3.04
%47.20

CMYK Percentages of Color #d50dca

%0
%94
%5
%16

Triadic Colors of #d50dca

#d50dca #cad50d #0dcad5

Analogous Colors of #d50dca

#d50dca #d50d66 #7c0dd5

Monochromatic Colors of #d50dca

#d50dca

Complementary Color

#d50dca #0dd518

#d50dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50dca Color CSS Codes

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

#d50dca Text Font Color

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

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


#d50dca Background Color

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

This div background color is #d50dca


#d50dca Border Color

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

This div border color is #d50dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50dca


Comments

No comments written yet.

Please login to write comment.