Color Hex Logo

#948adc Color Hex

#948ADC
(148,138,220)
0 Favorites   0 Comments

Color spaces of #948adc

RGB 148138220
HSL0.690.540.70
HSV247°37°86°
CMYK 0.330.370.00   0.14
XYZ34.219529.640271.6277
Yxy29.64020.25260.2188
Hunter Lab54.442816.9195-39.8949
CIE-Lab61.342522.3253-40.5925

#948adc color RGB value is (148,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 11011100
Octal 224 212 334
Decimal 148 138 220
Hex 94 8A DC

RGB Percentages of Color #948adc

%29.25
%27.27
%43.48

CMYK Percentages of Color #948adc

%33
%37
%0
%14

Triadic Colors of #948adc

#948adc #dc948a #8adc94

Analogous Colors of #948adc

#948adc #bd8adc #8aa9dc

Monochromatic Colors of #948adc

#948adc

Complementary Color

#948adc #d2dc8a

#948adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#948adc Color CSS Codes

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

#948adc Text Font Color

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

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


#948adc Background Color

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

This div background color is #948adc


#948adc Border Color

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

This div border color is #948adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948adc


Comments

No comments written yet.

Please login to write comment.