Color Hex Logo

#8043af Color Hex

#8043AF
(128,67,175)
0 Favorites   0 Comments

Color spaces of #8043af

RGB 12867175
HSL0.760.450.47
HSV274°62°69°
CMYK 0.270.620.00   0.31
XYZ18.647111.698641.8327
Yxy11.69860.25830.1621
Hunter Lab34.203237.4600-48.5732
CIE-Lab40.733045.9933-47.5791

#8043af color RGB value is (128,67,175).

#8043af hex color red value is 128, green value is 67 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8043af hue: 0.76 , saturation: 0.45 and the lightness value of 8043af is 0.47.

The process color (four color CMYK) of #8043af color hex is 0.27, 0.62, 0.00, 0.31. Web safe color of #8043af is #993399. Color #8043af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000011 10101111
Octal 200 103 257
Decimal 128 67 175
Hex 80 43 AF

RGB Percentages of Color #8043af

%34.59
%18.11
%47.30

CMYK Percentages of Color #8043af

%27
%62
%0
%31

Triadic Colors of #8043af

#8043af #af8043 #43af80

Analogous Colors of #8043af

#8043af #af43a8 #4a43af

Monochromatic Colors of #8043af

#8043af

Complementary Color

#8043af #72af43

#8043af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8043af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8043af Color CSS Codes

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

#8043af Text Font Color

<p style="color:#8043af">Text here</p>

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


#8043af Background Color

<div style="background-color:#8043af">
Div content here</div>

This div background color is #8043af


#8043af Border Color

<div style="border:3px solid #8043af">
Div here</div>

This div border color is #8043af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,67,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8043af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8043af;
  -webkit-box-shadow: 1px 1px 3px 2px #8043af;
  box-shadow:         1px 1px 3px 2px #8043af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8043af


Comments

No comments written yet.

Please login to write comment.