Color Hex Logo

#9385fc Color Hex

#9385FC
(147,133,252)
0 Favorites   0 Comments

Color spaces of #9385fc

RGB 147133252
HSL0.690.950.75
HSV247°47°99°
CMYK 0.420.470.00   0.01
XYZ37.990830.006495.8849
Yxy30.00640.23180.1831
Hunter Lab54.778127.9352-65.4380
CIE-Lab61.659733.5724-57.8059

#9385fc color RGB value is (147,133,252).

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

The process color (four color CMYK) of #9385fc color hex is 0.42, 0.47, 0.00, 0.01. Web safe color of #9385fc is #9999ff. Color #9385fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000101 11111100
Octal 223 205 374
Decimal 147 133 252
Hex 93 85 FC

RGB Percentages of Color #9385fc

%27.63
%25.00
%47.37

CMYK Percentages of Color #9385fc

%42
%47
%0
%1

Triadic Colors of #9385fc

#9385fc #fc9385 #85fc93

Analogous Colors of #9385fc

#9385fc #cf85fc #85b3fc

Monochromatic Colors of #9385fc

#9385fc

Complementary Color

#9385fc #eefc85

#9385fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9385fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9385fc Color CSS Codes

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

#9385fc Text Font Color

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

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


#9385fc Background Color

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

This div background color is #9385fc


#9385fc Border Color

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

This div border color is #9385fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9385fc

Related Colors


Comments

No comments written yet.

Please login to write comment.