Color Hex Logo

#8373be Color Hex

#8373BE
(131,115,190)
0 Favorites   0 Comments

Color spaces of #8373be

RGB 131115190
HSL0.700.370.60
HSV253°39°75°
CMYK 0.310.390.00   0.25
XYZ24.785120.804551.4245
Yxy20.80450.25550.2144
Hunter Lab45.612017.1743-34.9172
CIE-Lab52.734923.1677-37.2435

#8373be color RGB value is (131,115,190).

#8373be hex color red value is 131, green value is 115 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8373be hue: 0.70 , saturation: 0.37 and the lightness value of 8373be is 0.60.

The process color (four color CMYK) of #8373be color hex is 0.31, 0.39, 0.00, 0.25. Web safe color of #8373be is #9966cc. Color #8373be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110011 10111110
Octal 203 163 276
Decimal 131 115 190
Hex 83 73 BE

RGB Percentages of Color #8373be

%30.05
%26.38
%43.58

CMYK Percentages of Color #8373be

%31
%39
%0
%25

Triadic Colors of #8373be

#8373be #be8373 #73be83

Analogous Colors of #8373be

#8373be #a973be #7389be

Monochromatic Colors of #8373be

#8373be

Complementary Color

#8373be #aebe73

#8373be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8373be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8373be Color CSS Codes

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

#8373be Text Font Color

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

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


#8373be Background Color

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

This div background color is #8373be


#8373be Border Color

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

This div border color is #8373be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,115,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 #8373be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8373be


Comments

No comments written yet.

Please login to write comment.