Color Hex Logo

#948ade Color Hex

#948ADE
(148,138,222)
0 Favorites   0 Comments

Color spaces of #948ade

RGB 148138222
HSL0.690.560.71
HSV247°38°87°
CMYK 0.330.380.00   0.13
XYZ34.486029.746873.0313
Yxy29.74680.25120.2167
Hunter Lab54.540617.4193-41.2124
CIE-Lab61.435122.8471-41.5616

#948ade color RGB value is (148,138,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 11011110
Octal 224 212 336
Decimal 148 138 222
Hex 94 8A DE

RGB Percentages of Color #948ade

%29.13
%27.17
%43.70

CMYK Percentages of Color #948ade

%33
%38
%0
%13

Triadic Colors of #948ade

#948ade #de948a #8ade94

Analogous Colors of #948ade

#948ade #be8ade #8aaade

Monochromatic Colors of #948ade

#948ade

Complementary Color

#948ade #d4de8a

#948ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ade Color CSS Codes

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

#948ade Text Font Color

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

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


#948ade Background Color

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

This div background color is #948ade


#948ade Border Color

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

This div border color is #948ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ade


Comments

No comments written yet.

Please login to write comment.