Color Hex Logo

#8334ec Color Hex

#8334EC
(131,52,236)
0 Favorites   0 Comments

Color spaces of #8334ec

RGB 13152236
HSL0.740.830.56
HSV266°78°93°
CMYK 0.440.780.00   0.07
XYZ25.728413.337480.5752
Yxy13.33740.21500.1115
Hunter Lab36.520461.8414-105.2476
CIE-Lab43.267367.9783-78.7172

#8334ec color RGB value is (131,52,236).

#8334ec hex color red value is 131, green value is 52 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8334ec hue: 0.74 , saturation: 0.83 and the lightness value of 8334ec is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110100 11101100
Octal 203 64 354
Decimal 131 52 236
Hex 83 34 EC

RGB Percentages of Color #8334ec

%31.26
%12.41
%56.32

CMYK Percentages of Color #8334ec

%44
%78
%0
%7

Triadic Colors of #8334ec

#8334ec #ec8334 #34ec83

Analogous Colors of #8334ec

#8334ec #df34ec #3441ec

Monochromatic Colors of #8334ec

#8334ec

Complementary Color

#8334ec #9dec34

#8334ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8334ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8334ec Color CSS Codes

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

#8334ec Text Font Color

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

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


#8334ec Background Color

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

This div background color is #8334ec


#8334ec Border Color

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

This div border color is #8334ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8334ec


Comments

No comments written yet.

Please login to write comment.