Color Hex Logo

#d10ddc Color Hex

#D10DDC
(209,13,220)
0 Favorites   0 Comments

Color spaces of #d10ddc

RGB 20913220
HSL0.820.890.46
HSV297°94°86°
CMYK 0.050.940.00   0.14
XYZ39.356719.010569.3052
Yxy19.01050.30830.1489
Hunter Lab43.601084.8222-63.7226
CIE-Lab50.699585.1771-57.0419

#d10ddc color RGB value is (209,13,220).

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

The process color (four color CMYK) of #d10ddc color hex is 0.05, 0.94, 0.00, 0.14. Web safe color of #d10ddc is #cc00cc. Color #d10ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001101 11011100
Octal 321 15 334
Decimal 209 13 220
Hex D1 D DC

RGB Percentages of Color #d10ddc

%47.29
%2.94
%49.77

CMYK Percentages of Color #d10ddc

%5
%94
%0
%14

Triadic Colors of #d10ddc

#d10ddc #dcd10d #0ddcd1

Analogous Colors of #d10ddc

#d10ddc #dc0d80 #6a0ddc

Monochromatic Colors of #d10ddc

#d10ddc

Complementary Color

#d10ddc #18dc0d

#d10ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10ddc Color CSS Codes

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

#d10ddc Text Font Color

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

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


#d10ddc Background Color

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

This div background color is #d10ddc


#d10ddc Border Color

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

This div border color is #d10ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10ddc


Comments

No comments written yet.

Please login to write comment.