Color Hex Logo

#8377ec Color Hex

#8377EC
(131,119,236)
0 Favorites   0 Comments

Color spaces of #8377ec

RGB 131119236
HSL0.680.750.70
HSV246°50°93°
CMYK 0.440.500.00   0.07
XYZ31.097224.075182.3648
Yxy24.07510.22610.1750
Hunter Lab49.066427.2632-65.1801
CIE-Lab56.162933.4861-57.8129

#8377ec color RGB value is (131,119,236).

#8377ec hex color red value is 131, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8377ec hue: 0.68 , saturation: 0.75 and the lightness value of 8377ec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 11101100
Octal 203 167 354
Decimal 131 119 236
Hex 83 77 EC

RGB Percentages of Color #8377ec

%26.95
%24.49
%48.56

CMYK Percentages of Color #8377ec

%44
%50
%0
%7

Triadic Colors of #8377ec

#8377ec #ec8377 #77ec83

Analogous Colors of #8377ec

#8377ec #be77ec #77a6ec

Monochromatic Colors of #8377ec

#8377ec

Complementary Color

#8377ec #e0ec77

#8377ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8377ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8377ec Color CSS Codes

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

#8377ec Text Font Color

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

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


#8377ec Background Color

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

This div background color is #8377ec


#8377ec Border Color

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

This div border color is #8377ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8377ec


Comments

No comments written yet.

Please login to write comment.