Color Hex Logo

#8075dd Color Hex

#8075DD
(128,117,221)
0 Favorites   0 Comments

Color spaces of #8075dd

RGB 128117221
HSL0.680.600.66
HSV246°47°87°
CMYK 0.420.470.00   0.13
XYZ28.314522.532271.2634
Yxy22.53220.23190.1845
Hunter Lab47.468123.4053-55.7838
CIE-Lab54.587229.6785-51.9442

#8075dd color RGB value is (128,117,221).

#8075dd hex color red value is 128, green value is 117 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8075dd hue: 0.68 , saturation: 0.60 and the lightness value of 8075dd is 0.66.

The process color (four color CMYK) of #8075dd color hex is 0.42, 0.47, 0.00, 0.13. Web safe color of #8075dd is #9966cc. Color #8075dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 11011101
Octal 200 165 335
Decimal 128 117 221
Hex 80 75 DD

RGB Percentages of Color #8075dd

%27.47
%25.11
%47.42

CMYK Percentages of Color #8075dd

%42
%47
%0
%13

Triadic Colors of #8075dd

#8075dd #dd8075 #75dd80

Analogous Colors of #8075dd

#8075dd #b475dd #759edd

Monochromatic Colors of #8075dd

#8075dd

Complementary Color

#8075dd #d2dd75

#8075dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8075dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8075dd Color CSS Codes

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

#8075dd Text Font Color

<p style="color:#8075dd">Text here</p>

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


#8075dd Background Color

<div style="background-color:#8075dd">
Div content here</div>

This div background color is #8075dd


#8075dd Border Color

<div style="border:3px solid #8075dd">
Div here</div>

This div border color is #8075dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,117,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8075dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8075dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8075dd;
  box-shadow:         1px 1px 3px 2px #8075dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8075dd


Comments

No comments written yet.

Please login to write comment.