Color Hex Logo

#9494dd Color Hex

#9494DD
(148,148,221)
0 Favorites   0 Comments

Color spaces of #9494dd

RGB 148148221
HSL0.670.520.72
HSV240°33°87°
CMYK 0.330.330.00   0.13
XYZ35.853832.696272.8279
Yxy32.69620.25360.2313
Hunter Lab57.180611.8584-35.4881
CIE-Lab63.914216.8155-37.1248

#9494dd color RGB value is (148,148,221).

#9494dd hex color red value is 148, green value is 148 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9494dd hue: 0.67 , saturation: 0.52 and the lightness value of 9494dd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010100 11011101
Octal 224 224 335
Decimal 148 148 221
Hex 94 94 DD

RGB Percentages of Color #9494dd

%28.63
%28.63
%42.75

CMYK Percentages of Color #9494dd

%33
%33
%0
%13

Triadic Colors of #9494dd

#9494dd #dd9494 #94dd94

Analogous Colors of #9494dd

#9494dd #b994dd #94b9dd

Monochromatic Colors of #9494dd

#9494dd

Complementary Color

#9494dd #dddd94

#9494dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9494dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9494dd Color CSS Codes

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

#9494dd Text Font Color

<p style="color:#9494dd">Text here</p>

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


#9494dd Background Color

<div style="background-color:#9494dd">
Div content here</div>

This div background color is #9494dd


#9494dd Border Color

<div style="border:3px solid #9494dd">
Div here</div>

This div border color is #9494dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,148,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9494dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9494dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9494dd;
  box-shadow:         1px 1px 3px 2px #9494dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9494dd


Comments

No comments written yet.

Please login to write comment.