Color Hex Logo

#9388bc Color Hex

#9388BC
(147,136,188)
0 Favorites   0 Comments

Color spaces of #9388bc

RGB 147136188
HSL0.700.280.64
HSV253°28°74°
CMYK 0.220.280.00   0.26
XYZ29.913927.442251.2972
Yxy27.44220.27530.2526
Hunter Lab52.385310.2557-21.3888
CIE-Lab59.381415.1866-25.6553

#9388bc color RGB value is (147,136,188).

#9388bc hex color red value is 147, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9388bc hue: 0.70 , saturation: 0.28 and the lightness value of 9388bc is 0.64.

The process color (four color CMYK) of #9388bc color hex is 0.22, 0.28, 0.00, 0.26. Web safe color of #9388bc is #9999cc. Color #9388bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001000 10111100
Octal 223 210 274
Decimal 147 136 188
Hex 93 88 BC

RGB Percentages of Color #9388bc

%31.21
%28.87
%39.92

CMYK Percentages of Color #9388bc

%22
%28
%0
%26

Triadic Colors of #9388bc

#9388bc #bc9388 #88bc93

Analogous Colors of #9388bc

#9388bc #ad88bc #8897bc

Monochromatic Colors of #9388bc

#9388bc

Complementary Color

#9388bc #b1bc88

#9388bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9388bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9388bc Color CSS Codes

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

#9388bc Text Font Color

<p style="color:#9388bc">Text here</p>

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


#9388bc Background Color

<div style="background-color:#9388bc">
Div content here</div>

This div background color is #9388bc


#9388bc Border Color

<div style="border:3px solid #9388bc">
Div here</div>

This div border color is #9388bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,136,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9388bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9388bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9388bc;
  box-shadow:         1px 1px 3px 2px #9388bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9388bc


Comments

No comments written yet.

Please login to write comment.