Color Hex Logo

#8046cd Color Hex

#8046CD
(128,70,205)
0 Favorites   0 Comments

Color spaces of #8046cd

RGB 12870205
HSL0.740.570.54
HSV266°66°80°
CMYK 0.380.660.00   0.20
XYZ22.111713.377359.1743
Yxy13.37730.23360.1413
Hunter Lab36.575043.9073-70.3222
CIE-Lab43.326351.7968-60.9261

#8046cd color RGB value is (128,70,205).

#8046cd hex color red value is 128, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8046cd hue: 0.74 , saturation: 0.57 and the lightness value of 8046cd is 0.54.

The process color (four color CMYK) of #8046cd color hex is 0.38, 0.66, 0.00, 0.20. Web safe color of #8046cd is #9933cc. Color #8046cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000110 11001101
Octal 200 106 315
Decimal 128 70 205
Hex 80 46 CD

RGB Percentages of Color #8046cd

%31.76
%17.37
%50.87

CMYK Percentages of Color #8046cd

%38
%66
%0
%20

Triadic Colors of #8046cd

#8046cd #cd8046 #46cd80

Analogous Colors of #8046cd

#8046cd #c446cd #464fcd

Monochromatic Colors of #8046cd

#8046cd

Complementary Color

#8046cd #93cd46

#8046cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8046cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8046cd Color CSS Codes

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

#8046cd Text Font Color

<p style="color:#8046cd">Text here</p>

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


#8046cd Background Color

<div style="background-color:#8046cd">
Div content here</div>

This div background color is #8046cd


#8046cd Border Color

<div style="border:3px solid #8046cd">
Div here</div>

This div border color is #8046cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,70,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8046cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8046cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8046cd;
  box-shadow:         1px 1px 3px 2px #8046cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8046cd


Comments

No comments written yet.

Please login to write comment.