Color Hex Logo

#8c88ff Color Hex

#8C88FF
(140,136,255)
0 Favorites   0 Comments

Color spaces of #8c88ff

RGB 140136255
HSL0.671.000.77
HSV242°47°100°
CMYK 0.450.470.00   0.00
XYZ37.669430.403898.4909
Yxy30.40380.22620.1825
Hunter Lab55.139625.4503-67.3066
CIE-Lab62.001131.0596-58.9386

#8c88ff color RGB value is (140,136,255).

#8c88ff hex color red value is 140, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8c88ff hue: 0.67 , saturation: 1.00 and the lightness value of 8c88ff is 0.77.

The process color (four color CMYK) of #8c88ff color hex is 0.45, 0.47, 0.00, 0.00. Web safe color of #8c88ff is #9999ff. Color #8c88ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001000 11111111
Octal 214 210 377
Decimal 140 136 255
Hex 8C 88 FF

RGB Percentages of Color #8c88ff

%26.37
%25.61
%48.02

CMYK Percentages of Color #8c88ff

%45
%47
%0
%0

Triadic Colors of #8c88ff

#8c88ff #ff8c88 #88ff8c

Analogous Colors of #8c88ff

#8c88ff #c888ff #88c0ff

Monochromatic Colors of #8c88ff

#8c88ff

Complementary Color

#8c88ff #fbff88

#8c88ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c88ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c88ff Color CSS Codes

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

#8c88ff Text Font Color

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

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


#8c88ff Background Color

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

This div background color is #8c88ff


#8c88ff Border Color

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

This div border color is #8c88ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c88ff


Comments

No comments written yet.

Please login to write comment.