Color Hex Logo

#8b53ec Color Hex

#8B53EC
(139,83,236)
0 Favorites   0 Comments

Color spaces of #8b53ec

RGB 13983236
HSL0.730.800.63
HSV262°65°93°
CMYK 0.410.650.00   0.07
XYZ28.881017.731681.2572
Yxy17.73160.22590.1387
Hunter Lab42.108948.7362-84.9352
CIE-Lab49.168955.2454-69.0509

#8b53ec color RGB value is (139,83,236).

#8b53ec hex color red value is 139, green value is 83 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8b53ec hue: 0.73 , saturation: 0.80 and the lightness value of 8b53ec is 0.63.

The process color (four color CMYK) of #8b53ec color hex is 0.41, 0.65, 0.00, 0.07. Web safe color of #8b53ec is #9966ff. Color #8b53ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010011 11101100
Octal 213 123 354
Decimal 139 83 236
Hex 8B 53 EC

RGB Percentages of Color #8b53ec

%30.35
%18.12
%51.53

CMYK Percentages of Color #8b53ec

%41
%65
%0
%7

Triadic Colors of #8b53ec

#8b53ec #ec8b53 #53ec8b

Analogous Colors of #8b53ec

#8b53ec #d853ec #5368ec

Monochromatic Colors of #8b53ec

#8b53ec

Complementary Color

#8b53ec #b4ec53

#8b53ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b53ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b53ec Color CSS Codes

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

#8b53ec Text Font Color

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

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


#8b53ec Background Color

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

This div background color is #8b53ec


#8b53ec Border Color

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

This div border color is #8b53ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,83,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 #8b53ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b53ec


Comments

No comments written yet.

Please login to write comment.