Color Hex Logo

#8361da Color Hex

#8361DA
(131,97,218)
0 Favorites   0 Comments

Color spaces of #8361da

RGB 13197218
HSL0.710.620.62
HSV257°56°85°
CMYK 0.400.560.00   0.15
XYZ26.289718.436668.5027
Yxy18.43660.23220.1628
Hunter Lab42.937934.1495-64.5343
CIE-Lab50.021441.2009-57.5443

#8361da color RGB value is (131,97,218).

#8361da hex color red value is 131, green value is 97 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8361da hue: 0.71 , saturation: 0.62 and the lightness value of 8361da is 0.62.

The process color (four color CMYK) of #8361da color hex is 0.40, 0.56, 0.00, 0.15. Web safe color of #8361da is #9966cc. Color #8361da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100001 11011010
Octal 203 141 332
Decimal 131 97 218
Hex 83 61 DA

RGB Percentages of Color #8361da

%29.37
%21.75
%48.88

CMYK Percentages of Color #8361da

%40
%56
%0
%15

Triadic Colors of #8361da

#8361da #da8361 #61da83

Analogous Colors of #8361da

#8361da #c061da #617cda

Monochromatic Colors of #8361da

#8361da

Complementary Color

#8361da #b8da61

#8361da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8361da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8361da Color CSS Codes

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

#8361da Text Font Color

<p style="color:#8361da">Text here</p>

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


#8361da Background Color

<div style="background-color:#8361da">
Div content here</div>

This div background color is #8361da


#8361da Border Color

<div style="border:3px solid #8361da">
Div here</div>

This div border color is #8361da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,97,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8361da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8361da;
  -webkit-box-shadow: 1px 1px 3px 2px #8361da;
  box-shadow:         1px 1px 3px 2px #8361da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8361da


Comments

No comments written yet.

Please login to write comment.