Color Hex Logo

#947599 Color Hex

#947599
(148,117,153)
0 Favorites   0 Comments

Color spaces of #947599

RGB 148117153
HSL0.810.150.53
HSV292°24°60°
CMYK 0.030.240.00   0.40
XYZ24.323821.318432.9698
Yxy21.31840.30940.2712
Hunter Lab46.171913.2349-10.0167
CIE-Lab53.296218.7538-14.8256

#947599 color RGB value is (148,117,153).

#947599 hex color red value is 148, green value is 117 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #947599 hue: 0.81 , saturation: 0.15 and the lightness value of 947599 is 0.53.

The process color (four color CMYK) of #947599 color hex is 0.03, 0.24, 0.00, 0.40. Web safe color of #947599 is #996699. Color #947599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110101 10011001
Octal 224 165 231
Decimal 148 117 153
Hex 94 75 99

RGB Percentages of Color #947599

%35.41
%27.99
%36.60

CMYK Percentages of Color #947599

%3
%24
%0
%40

Triadic Colors of #947599

#947599 #999475 #759994

Analogous Colors of #947599

#947599 #99758c #827599

Monochromatic Colors of #947599

#947599

Complementary Color

#947599 #7a9975

#947599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947599 Color CSS Codes

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

#947599 Text Font Color

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

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


#947599 Background Color

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

This div background color is #947599


#947599 Border Color

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

This div border color is #947599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,117,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947599;
  -webkit-box-shadow: 1px 1px 3px 2px #947599;
  box-shadow:         1px 1px 3px 2px #947599; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,117,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947599


Comments

No comments written yet.

Please login to write comment.