Color Hex Logo

#8c7ffd Color Hex

#8C7FFD
(140,127,253)
0 Favorites   0 Comments

Color spaces of #8c7ffd

RGB 140127253
HSL0.680.970.75
HSV246°50°99°
CMYK 0.450.500.00   0.01
XYZ36.134227.846096.3988
Yxy27.84600.22530.1736
Hunter Lab52.769329.8830-71.3723
CIE-Lab59.749435.7066-61.4416

#8c7ffd color RGB value is (140,127,253).

#8c7ffd hex color red value is 140, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8c7ffd hue: 0.68 , saturation: 0.97 and the lightness value of 8c7ffd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01111111 11111101
Octal 214 177 375
Decimal 140 127 253
Hex 8C 7F FD

RGB Percentages of Color #8c7ffd

%26.92
%24.42
%48.65

CMYK Percentages of Color #8c7ffd

%45
%50
%0
%1

Triadic Colors of #8c7ffd

#8c7ffd #fd8c7f #7ffd8c

Analogous Colors of #8c7ffd

#8c7ffd #cb7ffd #7fb1fd

Monochromatic Colors of #8c7ffd

#8c7ffd

Complementary Color

#8c7ffd #f0fd7f

#8c7ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7ffd Color CSS Codes

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

#8c7ffd Text Font Color

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

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


#8c7ffd Background Color

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

This div background color is #8c7ffd


#8c7ffd Border Color

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

This div border color is #8c7ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,127,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.