Color Hex Logo

#d648aa Color Hex

#D648AA
(214,72,170)
0 Favorites   0 Comments

Color spaces of #d648aa

RGB 21472170
HSL0.880.630.56
HSV319°66°84°
CMYK 0.000.660.21   0.16
XYZ37.304621.833240.2783
Yxy21.83320.37520.2196
Hunter Lab46.726060.7384-18.4004
CIE-Lab53.849665.0059-23.1408

#d648aa color RGB value is (214,72,170).

#d648aa hex color red value is 214, green value is 72 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d648aa hue: 0.88 , saturation: 0.63 and the lightness value of d648aa is 0.56.

The process color (four color CMYK) of #d648aa color hex is 0.00, 0.66, 0.21, 0.16. Web safe color of #d648aa is #cc3399. Color #d648aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 10101010
Octal 326 110 252
Decimal 214 72 170
Hex D6 48 AA

RGB Percentages of Color #d648aa

%46.93
%15.79
%37.28

CMYK Percentages of Color #d648aa

%0
%66
%21
%16

Triadic Colors of #d648aa

#d648aa #aad648 #48aad6

Analogous Colors of #d648aa

#d648aa #d64863 #bb48d6

Monochromatic Colors of #d648aa

#d648aa

Complementary Color

#d648aa #48d674

#d648aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d648aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d648aa Color CSS Codes

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

#d648aa Text Font Color

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

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


#d648aa Background Color

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

This div background color is #d648aa


#d648aa Border Color

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

This div border color is #d648aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d648aa


Comments

No comments written yet.

Please login to write comment.