Color Hex Logo

#8958ba Color Hex

#8958BA
(137,88,186)
0 Favorites   0 Comments

Color spaces of #8958ba

RGB 13788186
HSL0.750.420.54
HSV270°53°73°
CMYK 0.260.530.00   0.27
XYZ22.669215.843048.3176
Yxy15.84300.26110.1825
Hunter Lab39.803332.0056-44.1105
CIE-Lab46.767839.5258-44.3294

#8958ba color RGB value is (137,88,186).

#8958ba hex color red value is 137, green value is 88 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8958ba hue: 0.75 , saturation: 0.42 and the lightness value of 8958ba is 0.54.

The process color (four color CMYK) of #8958ba color hex is 0.26, 0.53, 0.00, 0.27. Web safe color of #8958ba is #9966cc. Color #8958ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 10111010
Octal 211 130 272
Decimal 137 88 186
Hex 89 58 BA

RGB Percentages of Color #8958ba

%33.33
%21.41
%45.26

CMYK Percentages of Color #8958ba

%26
%53
%0
%27

Triadic Colors of #8958ba

#8958ba #ba8958 #58ba89

Analogous Colors of #8958ba

#8958ba #ba58ba #5858ba

Monochromatic Colors of #8958ba

#8958ba

Complementary Color

#8958ba #89ba58

#8958ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8958ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8958ba Color CSS Codes

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

#8958ba Text Font Color

<p style="color:#8958ba">Text here</p>

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


#8958ba Background Color

<div style="background-color:#8958ba">
Div content here</div>

This div background color is #8958ba


#8958ba Border Color

<div style="border:3px solid #8958ba">
Div here</div>

This div border color is #8958ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,88,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8958ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8958ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8958ba;
  box-shadow:         1px 1px 3px 2px #8958ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,88,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8958ba


Comments

No comments written yet.

Please login to write comment.