Color Hex Logo

#d654ac Color Hex

#D654AC
(214,84,172)
0 Favorites   0 Comments

Color spaces of #d654ac

RGB 21484172
HSL0.890.610.58
HSV319°61°84°
CMYK 0.000.610.20   0.16
XYZ38.348323.615341.5668
Yxy23.61530.37040.2281
Hunter Lab48.595655.8177-16.6975
CIE-Lab55.700560.4103-21.4644

#d654ac color RGB value is (214,84,172).

#d654ac hex color red value is 214, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d654ac hue: 0.89 , saturation: 0.61 and the lightness value of d654ac is 0.58.

The process color (four color CMYK) of #d654ac color hex is 0.00, 0.61, 0.20, 0.16. Web safe color of #d654ac is #cc6699. Color #d654ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010100 10101100
Octal 326 124 254
Decimal 214 84 172
Hex D6 54 AC

RGB Percentages of Color #d654ac

%45.53
%17.87
%36.60

CMYK Percentages of Color #d654ac

%0
%61
%20
%16

Triadic Colors of #d654ac

#d654ac #acd654 #54acd6

Analogous Colors of #d654ac

#d654ac #d6546b #bf54d6

Monochromatic Colors of #d654ac

#d654ac

Complementary Color

#d654ac #54d67e

#d654ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d654ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d654ac Color CSS Codes

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

#d654ac Text Font Color

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

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


#d654ac Background Color

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

This div background color is #d654ac


#d654ac Border Color

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

This div border color is #d654ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,84,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d654ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d654ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d654ac;
  box-shadow:         1px 1px 3px 2px #d654ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,84,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d654ac


Comments

No comments written yet.

Please login to write comment.