Color Hex Logo

#948ccc Color Hex

#948CCC
(148,140,204)
0 Favorites   0 Comments

Color spaces of #948ccc

RGB 148140204
HSL0.690.390.67
HSV248°31°80°
CMYK 0.270.310.00   0.20
XYZ32.489929.411761.0914
Yxy29.41170.26420.2391
Hunter Lab54.232612.0297-28.8257
CIE-Lab61.143317.0874-31.9511

#948ccc color RGB value is (148,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11001100
Octal 224 214 314
Decimal 148 140 204
Hex 94 8C CC

RGB Percentages of Color #948ccc

%30.08
%28.46
%41.46

CMYK Percentages of Color #948ccc

%27
%31
%0
%20

Triadic Colors of #948ccc

#948ccc #cc948c #8ccc94

Analogous Colors of #948ccc

#948ccc #b48ccc #8ca4cc

Monochromatic Colors of #948ccc

#948ccc

Complementary Color

#948ccc #c4cc8c

#948ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ccc Color CSS Codes

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

#948ccc Text Font Color

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

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


#948ccc Background Color

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

This div background color is #948ccc


#948ccc Border Color

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

This div border color is #948ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,140,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 #948ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ccc


Comments

No comments written yet.

Please login to write comment.