Color Hex Logo

#8614ed Color Hex

#8614ED
(134,20,237)
0 Favorites   0 Comments

Color spaces of #8614ed

RGB 13420237
HSL0.750.860.50
HSV272°92°93°
CMYK 0.430.920.00   0.07
XYZ25.367711.683181.0388
Yxy11.68310.21480.0989
Hunter Lab34.180672.6610-116.6445
CIE-Lab40.708077.4913-83.4761

#8614ed color RGB value is (134,20,237).

#8614ed hex color red value is 134, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8614ed hue: 0.75 , saturation: 0.86 and the lightness value of 8614ed is 0.50.

The process color (four color CMYK) of #8614ed color hex is 0.43, 0.92, 0.00, 0.07. Web safe color of #8614ed is #9900ff. Color #8614ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010100 11101101
Octal 206 24 355
Decimal 134 20 237
Hex 86 14 ED

RGB Percentages of Color #8614ed

%34.27
%5.12
%60.61

CMYK Percentages of Color #8614ed

%43
%92
%0
%7

Triadic Colors of #8614ed

#8614ed #ed8614 #14ed86

Analogous Colors of #8614ed

#8614ed #ed14e8 #1a14ed

Monochromatic Colors of #8614ed

#8614ed

Complementary Color

#8614ed #7bed14

#8614ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8614ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8614ed Color CSS Codes

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

#8614ed Text Font Color

<p style="color:#8614ed">Text here</p>

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


#8614ed Background Color

<div style="background-color:#8614ed">
Div content here</div>

This div background color is #8614ed


#8614ed Border Color

<div style="border:3px solid #8614ed">
Div here</div>

This div border color is #8614ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,20,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8614ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8614ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8614ed;
  box-shadow:         1px 1px 3px 2px #8614ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,20,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8614ed


Comments

No comments written yet.

Please login to write comment.