Color Hex Logo

#8648ed Color Hex

#8648ED
(134,72,237)
0 Favorites   0 Comments

Color spaces of #8648ed

RGB 13472237
HSL0.730.820.61
HSV263°70°93°
CMYK 0.430.700.00   0.07
XYZ27.434915.817581.7279
Yxy15.81750.21950.1266
Hunter Lab39.771253.5329-93.9982
CIE-Lab46.734160.0335-73.5984

#8648ed color RGB value is (134,72,237).

#8648ed hex color red value is 134, green value is 72 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8648ed hue: 0.73 , saturation: 0.82 and the lightness value of 8648ed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001000 11101101
Octal 206 110 355
Decimal 134 72 237
Hex 86 48 ED

RGB Percentages of Color #8648ed

%30.25
%16.25
%53.50

CMYK Percentages of Color #8648ed

%43
%70
%0
%7

Triadic Colors of #8648ed

#8648ed #ed8648 #48ed86

Analogous Colors of #8648ed

#8648ed #d948ed #485ded

Monochromatic Colors of #8648ed

#8648ed

Complementary Color

#8648ed #afed48

#8648ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8648ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8648ed Color CSS Codes

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

#8648ed Text Font Color

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

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


#8648ed Background Color

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

This div background color is #8648ed


#8648ed Border Color

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

This div border color is #8648ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8648ed


Comments

No comments written yet.

Please login to write comment.