Color Hex Logo

#d653ac Color Hex

#D653AC
(214,83,172)
0 Favorites   0 Comments

Color spaces of #d653ac

RGB 21483172
HSL0.890.620.58
HSV319°61°84°
CMYK 0.000.610.20   0.16
XYZ38.271223.461241.5411
Yxy23.46120.37060.2272
Hunter Lab48.436856.2734-16.9435
CIE-Lab55.544260.8362-21.7039

#d653ac color RGB value is (214,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 10101100
Octal 326 123 254
Decimal 214 83 172
Hex D6 53 AC

RGB Percentages of Color #d653ac

%45.63
%17.70
%36.67

CMYK Percentages of Color #d653ac

%0
%61
%20
%16

Triadic Colors of #d653ac

#d653ac #acd653 #53acd6

Analogous Colors of #d653ac

#d653ac #d6536b #bf53d6

Monochromatic Colors of #d653ac

#d653ac

Complementary Color

#d653ac #53d67d

#d653ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d653ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d653ac Color CSS Codes

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

#d653ac Text Font Color

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

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


#d653ac Background Color

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

This div background color is #d653ac


#d653ac Border Color

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

This div border color is #d653ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d653ac


Comments

No comments written yet.

Please login to write comment.