Color Hex Logo

#8923be Color Hex

#8923BE
(137,35,190)
0 Favorites   0 Comments

Color spaces of #8923be

RGB 13735190
HSL0.780.690.44
HSV279°82°75°
CMYK 0.280.820.00   0.25
XYZ20.211810.238149.6261
Yxy10.23810.25240.1279
Hunter Lab31.997056.7596-69.5585
CIE-Lab38.266464.5343-60.3519

#8923be color RGB value is (137,35,190).

#8923be hex color red value is 137, green value is 35 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8923be hue: 0.78 , saturation: 0.69 and the lightness value of 8923be is 0.44.

The process color (four color CMYK) of #8923be color hex is 0.28, 0.82, 0.00, 0.25. Web safe color of #8923be is #9933cc. Color #8923be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100011 10111110
Octal 211 43 276
Decimal 137 35 190
Hex 89 23 BE

RGB Percentages of Color #8923be

%37.85
%9.67
%52.49

CMYK Percentages of Color #8923be

%28
%82
%0
%25

Triadic Colors of #8923be

#8923be #be8923 #23be89

Analogous Colors of #8923be

#8923be #be23a6 #3c23be

Monochromatic Colors of #8923be

#8923be

Complementary Color

#8923be #58be23

#8923be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8923be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8923be Color CSS Codes

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

#8923be Text Font Color

<p style="color:#8923be">Text here</p>

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


#8923be Background Color

<div style="background-color:#8923be">
Div content here</div>

This div background color is #8923be


#8923be Border Color

<div style="border:3px solid #8923be">
Div here</div>

This div border color is #8923be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,35,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8923be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8923be;
  -webkit-box-shadow: 1px 1px 3px 2px #8923be;
  box-shadow:         1px 1px 3px 2px #8923be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8923be


Comments

No comments written yet.

Please login to write comment.