Color Hex Logo

#948acf Color Hex

#948ACF
(148,138,207)
0 Favorites   0 Comments

Color spaces of #948acf

RGB 148138207
HSL0.690.420.68
HSV249°33°81°
CMYK 0.290.330.00   0.19
XYZ32.563728.977962.9085
Yxy28.97790.26170.2328
Hunter Lab53.831113.7743-31.6061
CIE-Lab60.762118.9948-34.2278

#948acf color RGB value is (148,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 11001111
Octal 224 212 317
Decimal 148 138 207
Hex 94 8A CF

RGB Percentages of Color #948acf

%30.02
%27.99
%41.99

CMYK Percentages of Color #948acf

%29
%33
%0
%19

Triadic Colors of #948acf

#948acf #cf948a #8acf94

Analogous Colors of #948acf

#948acf #b78acf #8aa3cf

Monochromatic Colors of #948acf

#948acf

Complementary Color

#948acf #c5cf8a

#948acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#948acf Color CSS Codes

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

#948acf Text Font Color

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

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


#948acf Background Color

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

This div background color is #948acf


#948acf Border Color

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

This div border color is #948acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948acf


Comments

No comments written yet.

Please login to write comment.