Color Hex Logo

#9c72bf Color Hex

#9C72BF
(156,114,191)
0 Favorites   0 Comments

Color spaces of #9c72bf

RGB 156114191
HSL0.760.380.60
HSV273°40°75°
CMYK 0.180.400.00   0.25
XYZ29.131622.864152.1680
Yxy22.86410.27970.2195
Hunter Lab47.816425.0703-31.2143
CIE-Lab54.932131.3737-34.2022

#9c72bf color RGB value is (156,114,191).

#9c72bf hex color red value is 156, green value is 114 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9c72bf hue: 0.76 , saturation: 0.38 and the lightness value of 9c72bf is 0.60.

The process color (four color CMYK) of #9c72bf color hex is 0.18, 0.40, 0.00, 0.25. Web safe color of #9c72bf is #9966cc. Color #9c72bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110010 10111111
Octal 234 162 277
Decimal 156 114 191
Hex 9C 72 BF

RGB Percentages of Color #9c72bf

%33.84
%24.73
%41.43

CMYK Percentages of Color #9c72bf

%18
%40
%0
%25

Triadic Colors of #9c72bf

#9c72bf #bf9c72 #72bf9c

Analogous Colors of #9c72bf

#9c72bf #bf72bc #7672bf

Monochromatic Colors of #9c72bf

#9c72bf

Complementary Color

#9c72bf #95bf72

#9c72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c72bf Color CSS Codes

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

#9c72bf Text Font Color

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

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


#9c72bf Background Color

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

This div background color is #9c72bf


#9c72bf Border Color

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

This div border color is #9c72bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,114,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c72bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c72bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9c72bf;
  box-shadow:         1px 1px 3px 2px #9c72bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,114,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c72bf


Comments

No comments written yet.

Please login to write comment.