Color Hex Logo

#9385dc Color Hex

#9385DC
(147,133,220)
0 Favorites   0 Comments

Color spaces of #9385dc

RGB 147133220
HSL0.690.550.69
HSV250°40°86°
CMYK 0.330.400.00   0.14
XYZ33.338428.145471.3856
Yxy28.14540.25090.2118
Hunter Lab53.052219.3292-42.6424
CIE-Lab60.019924.9469-42.6767

#9385dc color RGB value is (147,133,220).

#9385dc hex color red value is 147, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9385dc hue: 0.69 , saturation: 0.55 and the lightness value of 9385dc is 0.69.

The process color (four color CMYK) of #9385dc color hex is 0.33, 0.40, 0.00, 0.14. Web safe color of #9385dc is #9999cc. Color #9385dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000101 11011100
Octal 223 205 334
Decimal 147 133 220
Hex 93 85 DC

RGB Percentages of Color #9385dc

%29.40
%26.60
%44.00

CMYK Percentages of Color #9385dc

%33
%40
%0
%14

Triadic Colors of #9385dc

#9385dc #dc9385 #85dc93

Analogous Colors of #9385dc

#9385dc #bf85dc #85a3dc

Monochromatic Colors of #9385dc

#9385dc

Complementary Color

#9385dc #cedc85

#9385dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9385dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9385dc Color CSS Codes

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

#9385dc Text Font Color

<p style="color:#9385dc">Text here</p>

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


#9385dc Background Color

<div style="background-color:#9385dc">
Div content here</div>

This div background color is #9385dc


#9385dc Border Color

<div style="border:3px solid #9385dc">
Div here</div>

This div border color is #9385dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9385dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9385dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9385dc;
  box-shadow:         1px 1px 3px 2px #9385dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9385dc


Comments

No comments written yet.

Please login to write comment.