Color Hex Logo

#8554bc Color Hex

#8554BC
(133,84,188)
0 Favorites   0 Comments

Color spaces of #8554bc

RGB 13384188
HSL0.750.440.53
HSV268°55°74°
CMYK 0.290.550.00   0.26
XYZ21.920314.958049.3088
Yxy14.95800.25430.1736
Hunter Lab38.675633.4869-48.5179
CIE-Lab45.576641.2075-47.4194

#8554bc color RGB value is (133,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010100 10111100
Octal 205 124 274
Decimal 133 84 188
Hex 85 54 BC

RGB Percentages of Color #8554bc

%32.84
%20.74
%46.42

CMYK Percentages of Color #8554bc

%29
%55
%0
%26

Triadic Colors of #8554bc

#8554bc #bc8554 #54bc85

Analogous Colors of #8554bc

#8554bc #b954bc #5457bc

Monochromatic Colors of #8554bc

#8554bc

Complementary Color

#8554bc #8bbc54

#8554bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8554bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8554bc Color CSS Codes

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

#8554bc Text Font Color

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

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


#8554bc Background Color

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

This div background color is #8554bc


#8554bc Border Color

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

This div border color is #8554bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,84,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 #8554bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8554bc


Comments

No comments written yet.

Please login to write comment.