Color Hex Logo

#d10cad Color Hex

#D10CAD
(209,12,173)
0 Favorites   0 Comments

Color spaces of #d10cad

RGB 20912173
HSL0.860.890.43
HSV311°94°82°
CMYK 0.000.940.17   0.18
XYZ33.968816.835440.9944
Yxy16.83540.37000.1834
Hunter Lab41.031075.9728-30.5155
CIE-Lab48.052078.7414-33.9825

#d10cad color RGB value is (209,12,173).

#d10cad hex color red value is 209, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d10cad hue: 0.86 , saturation: 0.89 and the lightness value of d10cad is 0.43.

The process color (four color CMYK) of #d10cad color hex is 0.00, 0.94, 0.17, 0.18. Web safe color of #d10cad is #cc0099. Color #d10cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001100 10101101
Octal 321 14 255
Decimal 209 12 173
Hex D1 C AD

RGB Percentages of Color #d10cad

%53.05
%3.05
%43.91

CMYK Percentages of Color #d10cad

%0
%94
%17
%18

Triadic Colors of #d10cad

#d10cad #add10c #0cadd1

Analogous Colors of #d10cad

#d10cad #d10c4a #930cd1

Monochromatic Colors of #d10cad

#d10cad

Complementary Color

#d10cad #0cd130

#d10cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10cad Color CSS Codes

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

#d10cad Text Font Color

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

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


#d10cad Background Color

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

This div background color is #d10cad


#d10cad Border Color

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

This div border color is #d10cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,12,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10cad


Comments

No comments written yet.

Please login to write comment.