Color Hex Logo

#9747dc Color Hex

#9747DC
(151,71,220)
0 Favorites   0 Comments

Color spaces of #9747dc

RGB 15171220
HSL0.760.680.57
HSV272°68°86°
CMYK 0.310.680.00   0.14
XYZ27.934016.253169.3750
Yxy16.25310.24600.1431
Hunter Lab40.315153.1296-73.8067
CIE-Lab47.304859.5655-62.9525

#9747dc color RGB value is (151,71,220).

#9747dc hex color red value is 151, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9747dc hue: 0.76 , saturation: 0.68 and the lightness value of 9747dc is 0.57.

The process color (four color CMYK) of #9747dc color hex is 0.31, 0.68, 0.00, 0.14. Web safe color of #9747dc is #9933cc. Color #9747dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000111 11011100
Octal 227 107 334
Decimal 151 71 220
Hex 97 47 DC

RGB Percentages of Color #9747dc

%34.16
%16.06
%49.77

CMYK Percentages of Color #9747dc

%31
%68
%0
%14

Triadic Colors of #9747dc

#9747dc #dc9747 #47dc97

Analogous Colors of #9747dc

#9747dc #dc47d7 #4c47dc

Monochromatic Colors of #9747dc

#9747dc

Complementary Color

#9747dc #8cdc47

#9747dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9747dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9747dc Color CSS Codes

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

#9747dc Text Font Color

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

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


#9747dc Background Color

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

This div background color is #9747dc


#9747dc Border Color

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

This div border color is #9747dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,71,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9747dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9747dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9747dc;
  box-shadow:         1px 1px 3px 2px #9747dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9747dc


Comments

No comments written yet.

Please login to write comment.