Color Hex Logo

#948dd8 Color Hex

#948DD8
(148,141,216)
0 Favorites   0 Comments

Color spaces of #948dd8

RGB 148141216
HSL0.680.490.70
HSV246°35°85°
CMYK 0.310.350.00   0.15
XYZ34.132330.303569.0159
Yxy30.30350.25580.2271
Hunter Lab55.048614.3419-35.7994
CIE-Lab61.915219.5544-37.4647

#948dd8 color RGB value is (148,141,216).

#948dd8 hex color red value is 148, green value is 141 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #948dd8 hue: 0.68 , saturation: 0.49 and the lightness value of 948dd8 is 0.70.

The process color (four color CMYK) of #948dd8 color hex is 0.31, 0.35, 0.00, 0.15. Web safe color of #948dd8 is #9999cc. Color #948dd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001101 11011000
Octal 224 215 330
Decimal 148 141 216
Hex 94 8D D8

RGB Percentages of Color #948dd8

%29.31
%27.92
%42.77

CMYK Percentages of Color #948dd8

%31
%35
%0
%15

Triadic Colors of #948dd8

#948dd8 #d8948d #8dd894

Analogous Colors of #948dd8

#948dd8 #ba8dd8 #8dacd8

Monochromatic Colors of #948dd8

#948dd8

Complementary Color

#948dd8 #d1d88d

#948dd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948dd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948dd8 Color CSS Codes

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

#948dd8 Text Font Color

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

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


#948dd8 Background Color

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

This div background color is #948dd8


#948dd8 Border Color

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

This div border color is #948dd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948dd8


Comments

No comments written yet.

Please login to write comment.