Color Hex Logo

#8071cd Color Hex

#8071CD
(128,113,205)
0 Favorites   0 Comments

Color spaces of #8071cd

RGB 128113205
HSL0.690.480.62
HSV250°45°80°
CMYK 0.380.450.00   0.20
XYZ25.826720.807260.4126
Yxy20.80720.24130.1944
Hunter Lab45.614921.2388-46.5935
CIE-Lab52.737827.5684-45.8300

#8071cd color RGB value is (128,113,205).

#8071cd hex color red value is 128, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8071cd hue: 0.69 , saturation: 0.48 and the lightness value of 8071cd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110001 11001101
Octal 200 161 315
Decimal 128 113 205
Hex 80 71 CD

RGB Percentages of Color #8071cd

%28.70
%25.34
%45.96

CMYK Percentages of Color #8071cd

%38
%45
%0
%20

Triadic Colors of #8071cd

#8071cd #cd8071 #71cd80

Analogous Colors of #8071cd

#8071cd #ae71cd #7190cd

Monochromatic Colors of #8071cd

#8071cd

Complementary Color

#8071cd #becd71

#8071cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8071cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8071cd Color CSS Codes

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

#8071cd Text Font Color

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

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


#8071cd Background Color

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

This div background color is #8071cd


#8071cd Border Color

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

This div border color is #8071cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,113,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 #8071cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8071cd


Comments

No comments written yet.

Please login to write comment.