Color Hex Logo

#9471be Color Hex

#9471BE
(148,113,190)
0 Favorites   0 Comments

Color spaces of #9471be

RGB 148113190
HSL0.740.370.59
HSV267°41°75°
CMYK 0.220.410.00   0.25
XYZ27.412121.823951.4828
Yxy21.82390.27220.2167
Hunter Lab46.716122.9873-32.6385
CIE-Lab53.839729.3147-35.3975

#9471be color RGB value is (148,113,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110001 10111110
Octal 224 161 276
Decimal 148 113 190
Hex 94 71 BE

RGB Percentages of Color #9471be

%32.82
%25.06
%42.13

CMYK Percentages of Color #9471be

%22
%41
%0
%25

Triadic Colors of #9471be

#9471be #be9471 #71be94

Analogous Colors of #9471be

#9471be #bb71be #7175be

Monochromatic Colors of #9471be

#9471be

Complementary Color

#9471be #9bbe71

#9471be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9471be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9471be Color CSS Codes

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

#9471be Text Font Color

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

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


#9471be Background Color

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

This div background color is #9471be


#9471be Border Color

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

This div border color is #9471be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,113,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 #9471be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9471be


Comments

No comments written yet.

Please login to write comment.