Color Hex Logo

#d10ace Color Hex

#D10ACE
(209,10,206)
0 Favorites   0 Comments

Color spaces of #d10ace

RGB 20910206
HSL0.840.910.43
HSV301°95°82°
CMYK 0.000.950.01   0.18
XYZ37.543618.228659.9322
Yxy18.22860.32450.1575
Hunter Lab42.695082.2469-53.3407
CIE-Lab49.772283.3609-50.5063

#d10ace color RGB value is (209,10,206).

#d10ace hex color red value is 209, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d10ace hue: 0.84 , saturation: 0.91 and the lightness value of d10ace is 0.43.

The process color (four color CMYK) of #d10ace color hex is 0.00, 0.95, 0.01, 0.18. Web safe color of #d10ace is #cc00cc. Color #d10ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001010 11001110
Octal 321 12 316
Decimal 209 10 206
Hex D1 A CE

RGB Percentages of Color #d10ace

%49.18
%2.35
%48.47

CMYK Percentages of Color #d10ace

%0
%95
%1
%18

Triadic Colors of #d10ace

#d10ace #ced10a #0aced1

Analogous Colors of #d10ace

#d10ace #d10a6b #710ad1

Monochromatic Colors of #d10ace

#d10ace

Complementary Color

#d10ace #0ad10d

#d10ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d10ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d10ace Color CSS Codes

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

#d10ace Text Font Color

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

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


#d10ace Background Color

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

This div background color is #d10ace


#d10ace Border Color

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

This div border color is #d10ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d10ace


Comments

No comments written yet.

Please login to write comment.