Color Hex Logo

#8d61ff Color Hex

#8D61FF
(141,97,255)
0 Favorites   0 Comments

Color spaces of #8d61ff

RGB 14197255
HSL0.711.000.69
HSV257°62°100°
CMYK 0.450.620.00   0.00
XYZ33.309221.432196.9890
Yxy21.43210.21950.1413
Hunter Lab46.294847.4151-91.8079
CIE-Lab53.419253.2951-72.7468

#8d61ff color RGB value is (141,97,255).

#8d61ff hex color red value is 141, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8d61ff hue: 0.71 , saturation: 1.00 and the lightness value of 8d61ff is 0.69.

The process color (four color CMYK) of #8d61ff color hex is 0.45, 0.62, 0.00, 0.00. Web safe color of #8d61ff is #9966ff. Color #8d61ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01100001 11111111
Octal 215 141 377
Decimal 141 97 255
Hex 8D 61 FF

RGB Percentages of Color #8d61ff

%28.60
%19.68
%51.72

CMYK Percentages of Color #8d61ff

%45
%62
%0
%0

Triadic Colors of #8d61ff

#8d61ff #ff8d61 #61ff8d

Analogous Colors of #8d61ff

#8d61ff #dc61ff #6184ff

Monochromatic Colors of #8d61ff

#8d61ff

Complementary Color

#8d61ff #d3ff61

#8d61ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d61ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d61ff Color CSS Codes

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

#8d61ff Text Font Color

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

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


#8d61ff Background Color

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

This div background color is #8d61ff


#8d61ff Border Color

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

This div border color is #8d61ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d61ff


Comments

No comments written yet.

Please login to write comment.