Color Hex Logo

#d94ace Color Hex

#D94ACE
(217,74,206)
0 Favorites   0 Comments

Color spaces of #d94ace

RGB 21774206
HSL0.850.650.57
HSV305°66°85°
CMYK 0.000.660.05   0.15
XYZ42.204624.105560.8209
Yxy24.10550.33200.1896
Hunter Lab49.097467.5201-39.0792
CIE-Lab56.193370.2775-40.2417

#d94ace color RGB value is (217,74,206).

#d94ace hex color red value is 217, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d94ace hue: 0.85 , saturation: 0.65 and the lightness value of d94ace is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001010 11001110
Octal 331 112 316
Decimal 217 74 206
Hex D9 4A CE

RGB Percentages of Color #d94ace

%43.66
%14.89
%41.45

CMYK Percentages of Color #d94ace

%0
%66
%5
%15

Triadic Colors of #d94ace

#d94ace #ced94a #4aced9

Analogous Colors of #d94ace

#d94ace #d94a87 #9d4ad9

Monochromatic Colors of #d94ace

#d94ace

Complementary Color

#d94ace #4ad955

#d94ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ace Color CSS Codes

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

#d94ace Text Font Color

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

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


#d94ace Background Color

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

This div background color is #d94ace


#d94ace Border Color

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

This div border color is #d94ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ace


Comments

No comments written yet.

Please login to write comment.