Color Hex Logo

#9893ba Color Hex

#9893BA
(152,147,186)
0 Favorites   0 Comments

Color spaces of #9893ba

RGB 152147186
HSL0.690.220.65
HSV248°21°73°
CMYK 0.180.210.00   0.27
XYZ32.245531.088050.7554
Yxy31.08800.28260.2725
Hunter Lab55.75665.6571-14.9422
CIE-Lab62.581910.0078-19.5875

#9893ba color RGB value is (152,147,186).

#9893ba hex color red value is 152, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9893ba hue: 0.69 , saturation: 0.22 and the lightness value of 9893ba is 0.65.

The process color (four color CMYK) of #9893ba color hex is 0.18, 0.21, 0.00, 0.27. Web safe color of #9893ba is #9999cc. Color #9893ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 10111010
Octal 230 223 272
Decimal 152 147 186
Hex 98 93 BA

RGB Percentages of Color #9893ba

%31.34
%30.31
%38.35

CMYK Percentages of Color #9893ba

%18
%21
%0
%27

Triadic Colors of #9893ba

#9893ba #ba9893 #93ba98

Analogous Colors of #9893ba

#9893ba #ac93ba #93a2ba

Monochromatic Colors of #9893ba

#9893ba

Complementary Color

#9893ba #b5ba93

#9893ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9893ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9893ba Color CSS Codes

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

#9893ba Text Font Color

<p style="color:#9893ba">Text here</p>

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


#9893ba Background Color

<div style="background-color:#9893ba">
Div content here</div>

This div background color is #9893ba


#9893ba Border Color

<div style="border:3px solid #9893ba">
Div here</div>

This div border color is #9893ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,147,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9893ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9893ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9893ba;
  box-shadow:         1px 1px 3px 2px #9893ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9893ba


Comments

No comments written yet.

Please login to write comment.