Color Hex Logo

#9893b5 Color Hex

#9893B5
(152,147,181)
0 Favorites   0 Comments

Color spaces of #9893b5

RGB 152147181
HSL0.690.190.64
HSV249°19°71°
CMYK 0.160.190.00   0.29
XYZ31.723130.879048.0043
Yxy30.87900.28680.2792
Hunter Lab55.56894.6564-12.3207
CIE-Lab62.40548.8751-17.0378

#9893b5 color RGB value is (152,147,181).

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

The process color (four color CMYK) of #9893b5 color hex is 0.16, 0.19, 0.00, 0.29. Web safe color of #9893b5 is #9999cc. Color #9893b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 10110101
Octal 230 223 265
Decimal 152 147 181
Hex 98 93 B5

RGB Percentages of Color #9893b5

%31.67
%30.63
%37.71

CMYK Percentages of Color #9893b5

%16
%19
%0
%29

Triadic Colors of #9893b5

#9893b5 #b59893 #93b598

Analogous Colors of #9893b5

#9893b5 #a993b5 #939fb5

Monochromatic Colors of #9893b5

#9893b5

Complementary Color

#9893b5 #b0b593

#9893b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9893b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9893b5 Color CSS Codes

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

#9893b5 Text Font Color

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

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


#9893b5 Background Color

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

This div background color is #9893b5


#9893b5 Border Color

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

This div border color is #9893b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9893b5


Comments

No comments written yet.

Please login to write comment.