Color Hex Logo

#9172ca Color Hex

#9172CA
(145,114,202)
0 Favorites   0 Comments

Color spaces of #9172ca

RGB 145114202
HSL0.730.450.62
HSV261°44°79°
CMYK 0.280.440.00   0.21
XYZ28.355022.318658.6906
Yxy22.31860.25930.2041
Hunter Lab47.242624.4613-40.5876
CIE-Lab54.363430.8021-41.4507

#9172ca color RGB value is (145,114,202).

#9172ca hex color red value is 145, green value is 114 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9172ca hue: 0.73 , saturation: 0.45 and the lightness value of 9172ca is 0.62.

The process color (four color CMYK) of #9172ca color hex is 0.28, 0.44, 0.00, 0.21. Web safe color of #9172ca is #9966cc. Color #9172ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110010 11001010
Octal 221 162 312
Decimal 145 114 202
Hex 91 72 CA

RGB Percentages of Color #9172ca

%31.45
%24.73
%43.82

CMYK Percentages of Color #9172ca

%28
%44
%0
%21

Triadic Colors of #9172ca

#9172ca #ca9172 #72ca91

Analogous Colors of #9172ca

#9172ca #bd72ca #727fca

Monochromatic Colors of #9172ca

#9172ca

Complementary Color

#9172ca #abca72

#9172ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9172ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9172ca Color CSS Codes

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

#9172ca Text Font Color

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

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


#9172ca Background Color

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

This div background color is #9172ca


#9172ca Border Color

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

This div border color is #9172ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,114,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9172ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9172ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9172ca;
  box-shadow:         1px 1px 3px 2px #9172ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9172ca


Comments

No comments written yet.

Please login to write comment.