Color Hex Logo

#8653bc Color Hex

#8653BC
(134,83,188)
0 Favorites   0 Comments

Color spaces of #8653bc

RGB 13483188
HSL0.750.440.53
HSV269°56°74°
CMYK 0.290.560.00   0.26
XYZ22.001914.885749.2906
Yxy14.88570.25530.1727
Hunter Lab38.582034.2735-48.7388
CIE-Lab45.477242.0158-47.5718

#8653bc color RGB value is (134,83,188).

#8653bc hex color red value is 134, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8653bc hue: 0.75 , saturation: 0.44 and the lightness value of 8653bc is 0.53.

The process color (four color CMYK) of #8653bc color hex is 0.29, 0.56, 0.00, 0.26. Web safe color of #8653bc is #9966cc. Color #8653bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01010011 10111100
Octal 206 123 274
Decimal 134 83 188
Hex 86 53 BC

RGB Percentages of Color #8653bc

%33.09
%20.49
%46.42

CMYK Percentages of Color #8653bc

%29
%56
%0
%26

Triadic Colors of #8653bc

#8653bc #bc8653 #53bc86

Analogous Colors of #8653bc

#8653bc #bb53bc #5355bc

Monochromatic Colors of #8653bc

#8653bc

Complementary Color

#8653bc #89bc53

#8653bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8653bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8653bc Color CSS Codes

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

#8653bc Text Font Color

<p style="color:#8653bc">Text here</p>

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


#8653bc Background Color

<div style="background-color:#8653bc">
Div content here</div>

This div background color is #8653bc


#8653bc Border Color

<div style="border:3px solid #8653bc">
Div here</div>

This div border color is #8653bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,83,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8653bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8653bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8653bc;
  box-shadow:         1px 1px 3px 2px #8653bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8653bc


Comments

No comments written yet.

Please login to write comment.