Color Hex Logo

#948cbc Color Hex

#948CBC
(148,140,188)
0 Favorites   0 Comments

Color spaces of #948cbc

RGB 148140188
HSL0.690.260.64
HSV250°26°74°
CMYK 0.210.260.00   0.26
XYZ30.667928.682951.4969
Yxy28.68290.27670.2588
Hunter Lab53.55648.4903-19.5205
CIE-Lab60.500713.1957-23.9271

#948cbc color RGB value is (148,140,188).

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

The process color (four color CMYK) of #948cbc color hex is 0.21, 0.26, 0.00, 0.26. Web safe color of #948cbc is #9999cc. Color #948cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 10111100
Octal 224 214 274
Decimal 148 140 188
Hex 94 8C BC

RGB Percentages of Color #948cbc

%31.09
%29.41
%39.50

CMYK Percentages of Color #948cbc

%21
%26
%0
%26

Triadic Colors of #948cbc

#948cbc #bc948c #8cbc94

Analogous Colors of #948cbc

#948cbc #ac8cbc #8c9cbc

Monochromatic Colors of #948cbc

#948cbc

Complementary Color

#948cbc #b4bc8c

#948cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cbc Color CSS Codes

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

#948cbc Text Font Color

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

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


#948cbc Background Color

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

This div background color is #948cbc


#948cbc Border Color

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

This div border color is #948cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cbc


Comments

No comments written yet.

Please login to write comment.