Color Hex Logo

#9895dd Color Hex

#9895DD
(152,149,221)
0 Favorites   0 Comments

Color spaces of #9895dd

RGB 152149221
HSL0.670.510.73
HSV243°33°87°
CMYK 0.310.330.00   0.13
XYZ36.747533.390872.9149
Yxy33.39080.25690.2334
Hunter Lab57.784812.3915-34.3649
CIE-Lab64.476117.3705-36.2255

#9895dd color RGB value is (152,149,221).

#9895dd hex color red value is 152, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9895dd hue: 0.67 , saturation: 0.51 and the lightness value of 9895dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010101 11011101
Octal 230 225 335
Decimal 152 149 221
Hex 98 95 DD

RGB Percentages of Color #9895dd

%29.12
%28.54
%42.34

CMYK Percentages of Color #9895dd

%31
%33
%0
%13

Triadic Colors of #9895dd

#9895dd #dd9895 #95dd98

Analogous Colors of #9895dd

#9895dd #bc95dd #95b6dd

Monochromatic Colors of #9895dd

#9895dd

Complementary Color

#9895dd #dadd95

#9895dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9895dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9895dd Color CSS Codes

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

#9895dd Text Font Color

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

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


#9895dd Background Color

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

This div background color is #9895dd


#9895dd Border Color

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

This div border color is #9895dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,149,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 #9895dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9895dd


Comments

No comments written yet.

Please login to write comment.