Color Hex Logo

#947bdd Color Hex

#947BDD
(148,123,221)
0 Favorites   0 Comments

Color spaces of #947bdd

RGB 148123221
HSL0.710.590.67
HSV255°44°87°
CMYK 0.330.440.00   0.13
XYZ32.346825.682371.6589
Yxy25.68230.24940.1980
Hunter Lab50.677725.2478-48.3624
CIE-Lab57.734331.2674-46.8389

#947bdd color RGB value is (148,123,221).

#947bdd hex color red value is 148, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #947bdd hue: 0.71 , saturation: 0.59 and the lightness value of 947bdd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111011 11011101
Octal 224 173 335
Decimal 148 123 221
Hex 94 7B DD

RGB Percentages of Color #947bdd

%30.08
%25.00
%44.92

CMYK Percentages of Color #947bdd

%33
%44
%0
%13

Triadic Colors of #947bdd

#947bdd #dd947b #7bdd94

Analogous Colors of #947bdd

#947bdd #c57bdd #7b93dd

Monochromatic Colors of #947bdd

#947bdd

Complementary Color

#947bdd #c4dd7b

#947bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#947bdd Color CSS Codes

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

#947bdd Text Font Color

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

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


#947bdd Background Color

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

This div background color is #947bdd


#947bdd Border Color

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

This div border color is #947bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947bdd


Comments

No comments written yet.

Please login to write comment.