Color Hex Logo

#8d6bcf Color Hex

#8D6BCF
(141,107,207)
0 Favorites   0 Comments

Color spaces of #8d6bcf

RGB 141107207
HSL0.720.510.62
HSV260°48°81°
CMYK 0.320.480.00   0.19
XYZ27.504720.683161.5741
Yxy20.68310.25060.1884
Hunter Lab45.478728.3660-48.4383
CIE-Lab52.600935.0257-47.1126

#8d6bcf color RGB value is (141,107,207).

#8d6bcf hex color red value is 141, green value is 107 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8d6bcf hue: 0.72 , saturation: 0.51 and the lightness value of 8d6bcf is 0.62.

The process color (four color CMYK) of #8d6bcf color hex is 0.32, 0.48, 0.00, 0.19. Web safe color of #8d6bcf is #9966cc. Color #8d6bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01101011 11001111
Octal 215 153 317
Decimal 141 107 207
Hex 8D 6B CF

RGB Percentages of Color #8d6bcf

%30.99
%23.52
%45.49

CMYK Percentages of Color #8d6bcf

%32
%48
%0
%19

Triadic Colors of #8d6bcf

#8d6bcf #cf8d6b #6bcf8d

Analogous Colors of #8d6bcf

#8d6bcf #bf6bcf #6b7bcf

Monochromatic Colors of #8d6bcf

#8d6bcf

Complementary Color

#8d6bcf #adcf6b

#8d6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d6bcf Color CSS Codes

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

#8d6bcf Text Font Color

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

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


#8d6bcf Background Color

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

This div background color is #8d6bcf


#8d6bcf Border Color

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

This div border color is #8d6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d6bcf


Comments

No comments written yet.

Please login to write comment.