Color Hex Logo

#947baf Color Hex

#947BAF
(148,123,175)
0 Favorites   0 Comments

Color spaces of #947baf

RGB 148123175
HSL0.750.250.58
HSV269°30°69°
CMYK 0.150.300.00   0.31
XYZ27.033623.557043.6796
Yxy23.55700.28680.2499
Hunter Lab48.535614.4847-19.3832
CIE-Lab55.641520.0206-23.9839

#947baf color RGB value is (148,123,175).

#947baf hex color red value is 148, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #947baf hue: 0.75 , saturation: 0.25 and the lightness value of 947baf is 0.58.

The process color (four color CMYK) of #947baf color hex is 0.15, 0.30, 0.00, 0.31. Web safe color of #947baf is #996699. Color #947baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111011 10101111
Octal 224 173 257
Decimal 148 123 175
Hex 94 7B AF

RGB Percentages of Color #947baf

%33.18
%27.58
%39.24

CMYK Percentages of Color #947baf

%15
%30
%0
%31

Triadic Colors of #947baf

#947baf #af947b #7baf94

Analogous Colors of #947baf

#947baf #ae7baf #7b7caf

Monochromatic Colors of #947baf

#947baf

Complementary Color

#947baf #96af7b

#947baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#947baf Color CSS Codes

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

#947baf Text Font Color

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

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


#947baf Background Color

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

This div background color is #947baf


#947baf Border Color

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

This div border color is #947baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,123,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #947baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #947baf;
  -webkit-box-shadow: 1px 1px 3px 2px #947baf;
  box-shadow:         1px 1px 3px 2px #947baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947baf

#947baf Color Palettes


Comments

No comments written yet.

Please login to write comment.