Color Hex Logo

#947abc Color Hex

#947ABC
(148,122,188)
0 Favorites   0 Comments

Color spaces of #947abc

RGB 148122188
HSL0.730.330.61
HSV264°35°74°
CMYK 0.210.350.00   0.26
XYZ28.249423.845850.6907
Yxy23.84580.27480.2320
Hunter Lab48.832217.8059-27.3640
CIE-Lab55.933123.6212-30.9850

#947abc color RGB value is (148,122,188).

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

The process color (four color CMYK) of #947abc color hex is 0.21, 0.35, 0.00, 0.26. Web safe color of #947abc is #9966cc. Color #947abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111010 10111100
Octal 224 172 274
Decimal 148 122 188
Hex 94 7A BC

RGB Percentages of Color #947abc

%32.31
%26.64
%41.05

CMYK Percentages of Color #947abc

%21
%35
%0
%26

Triadic Colors of #947abc

#947abc #bc947a #7abc94

Analogous Colors of #947abc

#947abc #b57abc #7a81bc

Monochromatic Colors of #947abc

#947abc

Complementary Color

#947abc #a2bc7a

#947abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#947abc Color CSS Codes

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

#947abc Text Font Color

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

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


#947abc Background Color

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

This div background color is #947abc


#947abc Border Color

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

This div border color is #947abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947abc


Comments

No comments written yet.

Please login to write comment.