Color Hex Logo

#8c34ff Color Hex

#8C34FF
(140,52,255)
0 Favorites   0 Comments

Color spaces of #8c34ff

RGB 14052255
HSL0.741.000.60
HSV266°80°100°
CMYK 0.450.800.00   0.00
XYZ30.093215.251495.9655
Yxy15.25140.21300.1079
Hunter Lab39.053069.2044-118.3569
CIE-Lab45.976673.6440-84.8995

#8c34ff color RGB value is (140,52,255).

#8c34ff hex color red value is 140, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8c34ff hue: 0.74 , saturation: 1.00 and the lightness value of 8c34ff is 0.60.

The process color (four color CMYK) of #8c34ff color hex is 0.45, 0.80, 0.00, 0.00. Web safe color of #8c34ff is #9933ff. Color #8c34ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00110100 11111111
Octal 214 64 377
Decimal 140 52 255
Hex 8C 34 FF

RGB Percentages of Color #8c34ff

%31.32
%11.63
%57.05

CMYK Percentages of Color #8c34ff

%45
%80
%0
%0

Triadic Colors of #8c34ff

#8c34ff #ff8c34 #34ff8c

Analogous Colors of #8c34ff

#8c34ff #f234ff #3442ff

Monochromatic Colors of #8c34ff

#8c34ff

Complementary Color

#8c34ff #a7ff34

#8c34ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c34ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c34ff Color CSS Codes

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

#8c34ff Text Font Color

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

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


#8c34ff Background Color

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

This div background color is #8c34ff


#8c34ff Border Color

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

This div border color is #8c34ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,52,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c34ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c34ff;
  -webkit-box-shadow: 1px 1px 3px 2px #8c34ff;
  box-shadow:         1px 1px 3px 2px #8c34ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,52,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c34ff

Related Colors


Comments

No comments written yet.

Please login to write comment.