Color Hex Logo

#8153df Color Hex

#8153DF
(129,83,223)
0 Favorites   0 Comments

Color spaces of #8153df

RGB 12983223
HSL0.720.690.60
HSV260°63°87°
CMYK 0.420.630.00   0.13
XYZ25.465816.181471.5932
Yxy16.18140.22490.1429
Hunter Lab40.226142.6067-77.3642
CIE-Lab47.211649.8729-64.9282

#8153df color RGB value is (129,83,223).

#8153df hex color red value is 129, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8153df hue: 0.72 , saturation: 0.69 and the lightness value of 8153df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010011 11011111
Octal 201 123 337
Decimal 129 83 223
Hex 81 53 DF

RGB Percentages of Color #8153df

%29.66
%19.08
%51.26

CMYK Percentages of Color #8153df

%42
%63
%0
%13

Triadic Colors of #8153df

#8153df #df8153 #53df81

Analogous Colors of #8153df

#8153df #c753df #536bdf

Monochromatic Colors of #8153df

#8153df

Complementary Color

#8153df #b1df53

#8153df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8153df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8153df Color CSS Codes

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

#8153df Text Font Color

<p style="color:#8153df">Text here</p>

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


#8153df Background Color

<div style="background-color:#8153df">
Div content here</div>

This div background color is #8153df


#8153df Border Color

<div style="border:3px solid #8153df">
Div here</div>

This div border color is #8153df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,83,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8153df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8153df;
  -webkit-box-shadow: 1px 1px 3px 2px #8153df;
  box-shadow:         1px 1px 3px 2px #8153df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,83,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 #8153df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8153df


Comments

No comments written yet.

Please login to write comment.