Color Hex Logo

#8958ec Color Hex

#8958EC
(137,88,236)
0 Favorites   0 Comments

Color spaces of #8958ec

RGB 13788236
HSL0.720.800.64
HSV260°63°93°
CMYK 0.420.630.00   0.07
XYZ28.946618.353981.3739
Yxy18.35390.22500.1426
Hunter Lab42.841545.6342-82.6276
CIE-Lab49.922652.2513-67.8383

#8958ec color RGB value is (137,88,236).

#8958ec hex color red value is 137, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8958ec hue: 0.72 , saturation: 0.80 and the lightness value of 8958ec is 0.64.

The process color (four color CMYK) of #8958ec color hex is 0.42, 0.63, 0.00, 0.07. Web safe color of #8958ec is #9966ff. Color #8958ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 11101100
Octal 211 130 354
Decimal 137 88 236
Hex 89 58 EC

RGB Percentages of Color #8958ec

%29.72
%19.09
%51.19

CMYK Percentages of Color #8958ec

%42
%63
%0
%7

Triadic Colors of #8958ec

#8958ec #ec8958 #58ec89

Analogous Colors of #8958ec

#8958ec #d358ec #5871ec

Monochromatic Colors of #8958ec

#8958ec

Complementary Color

#8958ec #bbec58

#8958ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8958ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8958ec Color CSS Codes

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

#8958ec Text Font Color

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

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


#8958ec Background Color

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

This div background color is #8958ec


#8958ec Border Color

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

This div border color is #8958ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8958ec


Comments

No comments written yet.

Please login to write comment.