Color Hex Logo

#8377dd Color Hex

#8377DD
(131,119,221)
0 Favorites   0 Comments

Color spaces of #8377dd

RGB 131119221
HSL0.690.600.67
HSV247°46°87°
CMYK 0.410.460.00   0.13
XYZ29.008023.239471.3634
Yxy23.23940.23470.1880
Hunter Lab48.207323.0470-54.0246
CIE-Lab55.318129.2325-50.7653

#8377dd color RGB value is (131,119,221).

#8377dd hex color red value is 131, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8377dd hue: 0.69 , saturation: 0.60 and the lightness value of 8377dd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 11011101
Octal 203 167 335
Decimal 131 119 221
Hex 83 77 DD

RGB Percentages of Color #8377dd

%27.81
%25.27
%46.92

CMYK Percentages of Color #8377dd

%41
%46
%0
%13

Triadic Colors of #8377dd

#8377dd #dd8377 #77dd83

Analogous Colors of #8377dd

#8377dd #b677dd #779edd

Monochromatic Colors of #8377dd

#8377dd

Complementary Color

#8377dd #d1dd77

#8377dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8377dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8377dd Color CSS Codes

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

#8377dd Text Font Color

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

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


#8377dd Background Color

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

This div background color is #8377dd


#8377dd Border Color

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

This div border color is #8377dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,119,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 #8377dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8377dd


Comments

No comments written yet.

Please login to write comment.