Color Hex Logo

#9186df Color Hex

#9186DF
(145,134,223)
0 Favorites   0 Comments

Color spaces of #9186df

RGB 145134223
HSL0.690.580.70
HSV247°40°87°
CMYK 0.350.400.00   0.13
XYZ33.521428.397673.5266
Yxy28.39760.24750.2097
Hunter Lab53.289419.0280-44.5034
CIE-Lab60.246324.6151-44.0063

#9186df color RGB value is (145,134,223).

#9186df hex color red value is 145, green value is 134 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9186df hue: 0.69 , saturation: 0.58 and the lightness value of 9186df is 0.70.

The process color (four color CMYK) of #9186df color hex is 0.35, 0.40, 0.00, 0.13. Web safe color of #9186df is #9999cc. Color #9186df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10000110 11011111
Octal 221 206 337
Decimal 145 134 223
Hex 91 86 DF

RGB Percentages of Color #9186df

%28.88
%26.69
%44.42

CMYK Percentages of Color #9186df

%35
%40
%0
%13

Triadic Colors of #9186df

#9186df #df9186 #86df91

Analogous Colors of #9186df

#9186df #be86df #86a8df

Monochromatic Colors of #9186df

#9186df

Complementary Color

#9186df #d4df86

#9186df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9186df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9186df Color CSS Codes

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

#9186df Text Font Color

<p style="color:#9186df">Text here</p>

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


#9186df Background Color

<div style="background-color:#9186df">
Div content here</div>

This div background color is #9186df


#9186df Border Color

<div style="border:3px solid #9186df">
Div here</div>

This div border color is #9186df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,134,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9186df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9186df;
  -webkit-box-shadow: 1px 1px 3px 2px #9186df;
  box-shadow:         1px 1px 3px 2px #9186df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,134,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9186df


Comments

No comments written yet.

Please login to write comment.