Color Hex Logo

#9272be Color Hex

#9272BE
(146,114,190)
0 Favorites   0 Comments

Color spaces of #9272be

RGB 146114190
HSL0.740.370.60
HSV265°40°75°
CMYK 0.230.400.00   0.25
XYZ27.165621.863351.5035
Yxy21.86330.27020.2175
Hunter Lab46.758221.8781-32.5763
CIE-Lab53.881728.1405-35.3460

#9272be color RGB value is (146,114,190).

#9272be hex color red value is 146, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9272be hue: 0.74 , saturation: 0.37 and the lightness value of 9272be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110010 10111110
Octal 222 162 276
Decimal 146 114 190
Hex 92 72 BE

RGB Percentages of Color #9272be

%32.44
%25.33
%42.22

CMYK Percentages of Color #9272be

%23
%40
%0
%25

Triadic Colors of #9272be

#9272be #be9272 #72be92

Analogous Colors of #9272be

#9272be #b872be #7278be

Monochromatic Colors of #9272be

#9272be

Complementary Color

#9272be #9ebe72

#9272be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9272be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9272be Color CSS Codes

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

#9272be Text Font Color

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

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


#9272be Background Color

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

This div background color is #9272be


#9272be Border Color

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

This div border color is #9272be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9272be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9272be;
  -webkit-box-shadow: 1px 1px 3px 2px #9272be;
  box-shadow:         1px 1px 3px 2px #9272be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9272be


Comments

No comments written yet.

Please login to write comment.