Color Hex Logo

#d47af7 Color Hex

#D47AF7
(212,122,247)
0 Favorites   0 Comments

Color spaces of #d47af7

RGB 212122247
HSL0.790.890.72
HSV283°51°97°
CMYK 0.140.510.00   0.03
XYZ50.899434.631591.9975
Yxy34.63150.28670.1951
Hunter Lab58.848551.4037-51.4937
CIE-Lab65.460854.9091-48.6259

#d47af7 color RGB value is (212,122,247).

#d47af7 hex color red value is 212, green value is 122 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #d47af7 hue: 0.79 , saturation: 0.89 and the lightness value of d47af7 is 0.72.

The process color (four color CMYK) of #d47af7 color hex is 0.14, 0.51, 0.00, 0.03. Web safe color of #d47af7 is #cc66ff. Color #d47af7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 11110111
Octal 324 172 367
Decimal 212 122 247
Hex D4 7A F7

RGB Percentages of Color #d47af7

%36.49
%21.00
%42.51

CMYK Percentages of Color #d47af7

%14
%51
%0
%3

Triadic Colors of #d47af7

#d47af7 #f7d47a #7af7d4

Analogous Colors of #d47af7

#d47af7 #f77adc #967af7

Monochromatic Colors of #d47af7

#d47af7

Complementary Color

#d47af7 #9df77a

#d47af7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47af7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47af7 Color CSS Codes

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

#d47af7 Text Font Color

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

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


#d47af7 Background Color

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

This div background color is #d47af7


#d47af7 Border Color

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

This div border color is #d47af7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,122,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d47af7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d47af7;
  -webkit-box-shadow: 1px 1px 3px 2px #d47af7;
  box-shadow:         1px 1px 3px 2px #d47af7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,122,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47af7

Related Colors


Comments

No comments written yet.

Please login to write comment.