Color Hex Logo

#948bdb Color Hex

#948BDB
(148,139,219)
0 Favorites   0 Comments

Color spaces of #948bdb

RGB 148139219
HSL0.690.530.70
HSV247°37°86°
CMYK 0.320.370.00   0.14
XYZ34.231529.875670.9802
Yxy29.87560.25340.2212
Hunter Lab54.658616.1382-38.7336
CIE-Lab61.546721.4867-39.7147

#948bdb color RGB value is (148,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 11011011
Octal 224 213 333
Decimal 148 139 219
Hex 94 8B DB

RGB Percentages of Color #948bdb

%29.25
%27.47
%43.28

CMYK Percentages of Color #948bdb

%32
%37
%0
%14

Triadic Colors of #948bdb

#948bdb #db948b #8bdb94

Analogous Colors of #948bdb

#948bdb #bc8bdb #8baadb

Monochromatic Colors of #948bdb

#948bdb

Complementary Color

#948bdb #d2db8b

#948bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#948bdb Color CSS Codes

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

#948bdb Text Font Color

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

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


#948bdb Background Color

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

This div background color is #948bdb


#948bdb Border Color

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

This div border color is #948bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948bdb


Comments

No comments written yet.

Please login to write comment.