Color Hex Logo

#8c6fda Color Hex

#8C6FDA
(140,111,218)
0 Favorites   0 Comments

Color spaces of #8c6fda

RGB 140111218
HSL0.710.590.65
HSV256°49°85°
CMYK 0.360.490.00   0.15
XYZ29.154522.006369.0407
Yxy22.00630.24250.1831
Hunter Lab46.910928.8414-54.4220
CIE-Lab54.033735.3344-51.0741

#8c6fda color RGB value is (140,111,218).

#8c6fda hex color red value is 140, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8c6fda hue: 0.71 , saturation: 0.59 and the lightness value of 8c6fda is 0.65.

The process color (four color CMYK) of #8c6fda color hex is 0.36, 0.49, 0.00, 0.15. Web safe color of #8c6fda is #9966cc. Color #8c6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01101111 11011010
Octal 214 157 332
Decimal 140 111 218
Hex 8C 6F DA

RGB Percentages of Color #8c6fda

%29.85
%23.67
%46.48

CMYK Percentages of Color #8c6fda

%36
%49
%0
%15

Triadic Colors of #8c6fda

#8c6fda #da8c6f #6fda8c

Analogous Colors of #8c6fda

#8c6fda #c26fda #6f88da

Monochromatic Colors of #8c6fda

#8c6fda

Complementary Color

#8c6fda #bdda6f

#8c6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c6fda Color CSS Codes

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

#8c6fda Text Font Color

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

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


#8c6fda Background Color

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

This div background color is #8c6fda


#8c6fda Border Color

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

This div border color is #8c6fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,111,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c6fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c6fda;
  -webkit-box-shadow: 1px 1px 3px 2px #8c6fda;
  box-shadow:         1px 1px 3px 2px #8c6fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,111,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 #8c6fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c6fda


Comments

No comments written yet.

Please login to write comment.