Color Hex Logo

#8634ec Color Hex

#8634EC
(134,52,236)
0 Favorites   0 Comments

Color spaces of #8634ec

RGB 13452236
HSL0.740.830.56
HSV267°78°93°
CMYK 0.430.780.00   0.07
XYZ26.199813.580480.5973
Yxy13.58040.21760.1128
Hunter Lab36.851662.4151-103.8757
CIE-Lab43.625168.3997-78.1169

#8634ec color RGB value is (134,52,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110100 11101100
Octal 206 64 354
Decimal 134 52 236
Hex 86 34 EC

RGB Percentages of Color #8634ec

%31.75
%12.32
%55.92

CMYK Percentages of Color #8634ec

%43
%78
%0
%7

Triadic Colors of #8634ec

#8634ec #ec8634 #34ec86

Analogous Colors of #8634ec

#8634ec #e234ec #343eec

Monochromatic Colors of #8634ec

#8634ec

Complementary Color

#8634ec #9aec34

#8634ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8634ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8634ec Color CSS Codes

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

#8634ec Text Font Color

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

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


#8634ec Background Color

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

This div background color is #8634ec


#8634ec Border Color

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

This div border color is #8634ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8634ec


Comments

No comments written yet.

Please login to write comment.