Color Hex Logo

#948ccf Color Hex

#948CCF
(148,140,207)
0 Favorites   0 Comments

Color spaces of #948ccf

RGB 148140207
HSL0.690.410.68
HSV247°32°81°
CMYK 0.290.320.00   0.19
XYZ32.853329.557163.0050
Yxy29.55710.26200.2357
Hunter Lab54.366412.7252-30.6544
CIE-Lab61.270217.8390-33.4369

#948ccf color RGB value is (148,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 11001111
Octal 224 214 317
Decimal 148 140 207
Hex 94 8C CF

RGB Percentages of Color #948ccf

%29.90
%28.28
%41.82

CMYK Percentages of Color #948ccf

%29
%32
%0
%19

Triadic Colors of #948ccf

#948ccf #cf948c #8ccf94

Analogous Colors of #948ccf

#948ccf #b68ccf #8ca6cf

Monochromatic Colors of #948ccf

#948ccf

Complementary Color

#948ccf #c7cf8c

#948ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ccf Color CSS Codes

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

#948ccf Text Font Color

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

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


#948ccf Background Color

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

This div background color is #948ccf


#948ccf Border Color

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

This div border color is #948ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ccf


Comments

No comments written yet.

Please login to write comment.