Color Hex Logo

#8d83df Color Hex

#8D83DF
(141,131,223)
0 Favorites   0 Comments

Color spaces of #8d83df

RGB 141131223
HSL0.680.590.69
HSV247°41°87°
CMYK 0.370.410.00   0.13
XYZ32.420127.223073.3579
Yxy27.22300.24380.2047
Hunter Lab52.175719.6061-46.8375
CIE-Lab59.180225.2985-45.7101

#8d83df color RGB value is (141,131,223).

#8d83df hex color red value is 141, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8d83df hue: 0.68 , saturation: 0.59 and the lightness value of 8d83df is 0.69.

The process color (four color CMYK) of #8d83df color hex is 0.37, 0.41, 0.00, 0.13. Web safe color of #8d83df is #9999cc. Color #8d83df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10000011 11011111
Octal 215 203 337
Decimal 141 131 223
Hex 8D 83 DF

RGB Percentages of Color #8d83df

%28.48
%26.46
%45.05

CMYK Percentages of Color #8d83df

%37
%41
%0
%13

Triadic Colors of #8d83df

#8d83df #df8d83 #83df8d

Analogous Colors of #8d83df

#8d83df #bb83df #83a7df

Monochromatic Colors of #8d83df

#8d83df

Complementary Color

#8d83df #d5df83

#8d83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d83df Color CSS Codes

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

#8d83df Text Font Color

<p style="color:#8d83df">Text here</p>

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


#8d83df Background Color

<div style="background-color:#8d83df">
Div content here</div>

This div background color is #8d83df


#8d83df Border Color

<div style="border:3px solid #8d83df">
Div here</div>

This div border color is #8d83df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,131,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d83df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d83df;
  -webkit-box-shadow: 1px 1px 3px 2px #8d83df;
  box-shadow:         1px 1px 3px 2px #8d83df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,131,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d83df


Comments

No comments written yet.

Please login to write comment.