Color Hex Logo

#8b73ca Color Hex

#8B73CA
(139,115,202)
0 Favorites   0 Comments

Color spaces of #8b73ca

RGB 139115202
HSL0.710.450.62
HSV257°43°79°
CMYK 0.310.430.00   0.21
XYZ27.438922.014758.6802
Yxy22.01470.25370.2036
Hunter Lab46.919822.2778-41.3071
CIE-Lab54.042628.5476-41.9942

#8b73ca color RGB value is (139,115,202).

#8b73ca hex color red value is 139, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8b73ca hue: 0.71 , saturation: 0.45 and the lightness value of 8b73ca is 0.62.

The process color (four color CMYK) of #8b73ca color hex is 0.31, 0.43, 0.00, 0.21. Web safe color of #8b73ca is #9966cc. Color #8b73ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110011 11001010
Octal 213 163 312
Decimal 139 115 202
Hex 8B 73 CA

RGB Percentages of Color #8b73ca

%30.48
%25.22
%44.30

CMYK Percentages of Color #8b73ca

%31
%43
%0
%21

Triadic Colors of #8b73ca

#8b73ca #ca8b73 #73ca8b

Analogous Colors of #8b73ca

#8b73ca #b773ca #7387ca

Monochromatic Colors of #8b73ca

#8b73ca

Complementary Color

#8b73ca #b2ca73

#8b73ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b73ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b73ca Color CSS Codes

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

#8b73ca Text Font Color

<p style="color:#8b73ca">Text here</p>

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


#8b73ca Background Color

<div style="background-color:#8b73ca">
Div content here</div>

This div background color is #8b73ca


#8b73ca Border Color

<div style="border:3px solid #8b73ca">
Div here</div>

This div border color is #8b73ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,115,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b73ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b73ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8b73ca;
  box-shadow:         1px 1px 3px 2px #8b73ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,115,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b73ca


Comments

No comments written yet.

Please login to write comment.