Color Hex Logo

#948acc Color Hex

#948ACC
(148,138,204)
0 Favorites   0 Comments

Color spaces of #948acc

RGB 148138204
HSL0.690.390.67
HSV249°32°80°
CMYK 0.270.320.00   0.20
XYZ32.200328.832560.9948
Yxy28.83250.26390.2363
Hunter Lab53.695913.0749-29.7622
CIE-Lab60.633518.2428-32.7430

#948acc color RGB value is (148,138,204).

#948acc hex color red value is 148, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #948acc hue: 0.69 , saturation: 0.39 and the lightness value of 948acc is 0.67.

The process color (four color CMYK) of #948acc color hex is 0.27, 0.32, 0.00, 0.20. Web safe color of #948acc is #9999cc. Color #948acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 11001100
Octal 224 212 314
Decimal 148 138 204
Hex 94 8A CC

RGB Percentages of Color #948acc

%30.20
%28.16
%41.63

CMYK Percentages of Color #948acc

%27
%32
%0
%20

Triadic Colors of #948acc

#948acc #cc948a #8acc94

Analogous Colors of #948acc

#948acc #b58acc #8aa1cc

Monochromatic Colors of #948acc

#948acc

Complementary Color

#948acc #c2cc8a

#948acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948acc Color CSS Codes

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

#948acc Text Font Color

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

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


#948acc Background Color

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

This div background color is #948acc


#948acc Border Color

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

This div border color is #948acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,138,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #948acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #948acc;
  -webkit-box-shadow: 1px 1px 3px 2px #948acc;
  box-shadow:         1px 1px 3px 2px #948acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948acc


Comments

No comments written yet.

Please login to write comment.