Color Hex Logo

#d93ace Color Hex

#D93ACE
(217,58,206)
0 Favorites   0 Comments

Color spaces of #d93ace

RGB 21758206
HSL0.840.680.54
HSV304°73°85°
CMYK 0.000.730.05   0.15
XYZ41.268922.234160.5090
Yxy22.23410.33280.1793
Hunter Lab47.153073.7075-43.0766
CIE-Lab54.274575.7079-43.2679

#d93ace color RGB value is (217,58,206).

#d93ace hex color red value is 217, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d93ace hue: 0.84 , saturation: 0.68 and the lightness value of d93ace is 0.54.

The process color (four color CMYK) of #d93ace color hex is 0.00, 0.73, 0.05, 0.15. Web safe color of #d93ace is #cc33cc. Color #d93ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111010 11001110
Octal 331 72 316
Decimal 217 58 206
Hex D9 3A CE

RGB Percentages of Color #d93ace

%45.11
%12.06
%42.83

CMYK Percentages of Color #d93ace

%0
%73
%5
%15

Triadic Colors of #d93ace

#d93ace #ced93a #3aced9

Analogous Colors of #d93ace

#d93ace #d93a7f #953ad9

Monochromatic Colors of #d93ace

#d93ace

Complementary Color

#d93ace #3ad945

#d93ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93ace Color CSS Codes

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

#d93ace Text Font Color

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

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


#d93ace Background Color

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

This div background color is #d93ace


#d93ace Border Color

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

This div border color is #d93ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,58,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 #d93ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93ace


Comments

No comments written yet.

Please login to write comment.