Color Hex Logo

#947dba Color Hex

#947DBA
(148,125,186)
0 Favorites   0 Comments

Color spaces of #947dba

RGB 148125186
HSL0.730.310.61
HSV263°33°73°
CMYK 0.200.330.00   0.27
XYZ28.409324.508349.6876
Yxy24.50830.27690.2389
Hunter Lab49.505915.7983-24.8536
CIE-Lab56.593221.4043-28.8176

#947dba color RGB value is (148,125,186).

#947dba hex color red value is 148, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #947dba hue: 0.73 , saturation: 0.31 and the lightness value of 947dba is 0.61.

The process color (four color CMYK) of #947dba color hex is 0.20, 0.33, 0.00, 0.27. Web safe color of #947dba is #9966cc. Color #947dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111101 10111010
Octal 224 175 272
Decimal 148 125 186
Hex 94 7D BA

RGB Percentages of Color #947dba

%32.24
%27.23
%40.52

CMYK Percentages of Color #947dba

%20
%33
%0
%27

Triadic Colors of #947dba

#947dba #ba947d #7dba94

Analogous Colors of #947dba

#947dba #b37dba #7d85ba

Monochromatic Colors of #947dba

#947dba

Complementary Color

#947dba #a3ba7d

#947dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#947dba Color CSS Codes

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

#947dba Text Font Color

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

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


#947dba Background Color

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

This div background color is #947dba


#947dba Border Color

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

This div border color is #947dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947dba


Comments

No comments written yet.

Please login to write comment.