Color Hex Logo

#d647a1 Color Hex

#D647A1
(214,71,161)
0 Favorites   0 Comments

Color spaces of #d647a1

RGB 21471161
HSL0.900.640.56
HSV322°67°84°
CMYK 0.000.670.25   0.16
XYZ36.417821.375835.9247
Yxy21.37580.38860.2281
Hunter Lab46.234059.6923-13.7057
CIE-Lab53.358464.1991-18.6165

#d647a1 color RGB value is (214,71,161).

#d647a1 hex color red value is 214, green value is 71 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #d647a1 hue: 0.90 , saturation: 0.64 and the lightness value of d647a1 is 0.56.

The process color (four color CMYK) of #d647a1 color hex is 0.00, 0.67, 0.25, 0.16. Web safe color of #d647a1 is #cc3399. Color #d647a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 10100001
Octal 326 107 241
Decimal 214 71 161
Hex D6 47 A1

RGB Percentages of Color #d647a1

%47.98
%15.92
%36.10

CMYK Percentages of Color #d647a1

%0
%67
%25
%16

Triadic Colors of #d647a1

#d647a1 #a1d647 #47a1d6

Analogous Colors of #d647a1

#d647a1 #d64759 #c447d6

Monochromatic Colors of #d647a1

#d647a1

Complementary Color

#d647a1 #47d67c

#d647a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d647a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d647a1 Color CSS Codes

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

#d647a1 Text Font Color

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

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


#d647a1 Background Color

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

This div background color is #d647a1


#d647a1 Border Color

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

This div border color is #d647a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d647a1


Comments

No comments written yet.

Please login to write comment.