Color Hex Logo

#9895da Color Hex

#9895DA
(152,149,218)
0 Favorites   0 Comments

Color spaces of #9895da

RGB 152149218
HSL0.670.480.72
HSV243°32°85°
CMYK 0.300.320.00   0.15
XYZ36.351233.232270.8282
Yxy33.23220.25890.2367
Hunter Lab57.647411.6754-32.4932
CIE-Lab64.348516.6064-34.7602

#9895da color RGB value is (152,149,218).

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

The process color (four color CMYK) of #9895da color hex is 0.30, 0.32, 0.00, 0.15. Web safe color of #9895da is #9999cc. Color #9895da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010101 11011010
Octal 230 225 332
Decimal 152 149 218
Hex 98 95 DA

RGB Percentages of Color #9895da

%29.29
%28.71
%42.00

CMYK Percentages of Color #9895da

%30
%32
%0
%15

Triadic Colors of #9895da

#9895da #da9895 #95da98

Analogous Colors of #9895da

#9895da #bb95da #95b5da

Monochromatic Colors of #9895da

#9895da

Complementary Color

#9895da #d7da95

#9895da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9895da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9895da Color CSS Codes

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

#9895da Text Font Color

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

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


#9895da Background Color

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

This div background color is #9895da


#9895da Border Color

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

This div border color is #9895da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9895da


Comments

No comments written yet.

Please login to write comment.