Color Hex Logo

#8054ce Color Hex

#8054CE
(128,84,206)
0 Favorites   0 Comments

Color spaces of #8054ce

RGB 12884206
HSL0.730.550.57
HSV262°59°81°
CMYK 0.380.590.00   0.19
XYZ23.213015.386160.1389
Yxy15.38610.23510.1558
Hunter Lab39.225136.9904-63.4443
CIE-Lab46.158544.6119-56.9250

#8054ce color RGB value is (128,84,206).

#8054ce hex color red value is 128, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8054ce hue: 0.73 , saturation: 0.55 and the lightness value of 8054ce is 0.57.

The process color (four color CMYK) of #8054ce color hex is 0.38, 0.59, 0.00, 0.19. Web safe color of #8054ce is #9966cc. Color #8054ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 11001110
Octal 200 124 316
Decimal 128 84 206
Hex 80 54 CE

RGB Percentages of Color #8054ce

%30.62
%20.10
%49.28

CMYK Percentages of Color #8054ce

%38
%59
%0
%19

Triadic Colors of #8054ce

#8054ce #ce8054 #54ce80

Analogous Colors of #8054ce

#8054ce #bd54ce #5465ce

Monochromatic Colors of #8054ce

#8054ce

Complementary Color

#8054ce #a2ce54

#8054ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8054ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8054ce Color CSS Codes

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

#8054ce Text Font Color

<p style="color:#8054ce">Text here</p>

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


#8054ce Background Color

<div style="background-color:#8054ce">
Div content here</div>

This div background color is #8054ce


#8054ce Border Color

<div style="border:3px solid #8054ce">
Div here</div>

This div border color is #8054ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,84,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8054ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8054ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8054ce;
  box-shadow:         1px 1px 3px 2px #8054ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,84,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8054ce


Comments

No comments written yet.

Please login to write comment.