Color Hex Logo

#8ca1eb Color Hex

#8CA1EB
(140,161,235)
0 Favorites   0 Comments

Color spaces of #8ca1eb

RGB 140161235
HSL0.630.700.74
HSV227°40°92°
CMYK 0.400.310.00   0.08
XYZ38.555537.063383.7191
Yxy37.06330.24200.2326
Hunter Lab60.87966.5059-38.9174
CIE-Lab67.324510.9713-39.5621

#8ca1eb color RGB value is (140,161,235).

#8ca1eb hex color red value is 140, green value is 161 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8ca1eb hue: 0.63 , saturation: 0.70 and the lightness value of 8ca1eb is 0.74.

The process color (four color CMYK) of #8ca1eb color hex is 0.40, 0.31, 0.00, 0.08. Web safe color of #8ca1eb is #9999ff. Color #8ca1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10100001 11101011
Octal 214 241 353
Decimal 140 161 235
Hex 8C A1 EB

RGB Percentages of Color #8ca1eb

%26.12
%30.04
%43.84

CMYK Percentages of Color #8ca1eb

%40
%31
%0
%8

Triadic Colors of #8ca1eb

#8ca1eb #eb8ca1 #a1eb8c

Analogous Colors of #8ca1eb

#8ca1eb #a78ceb #8cd1eb

Monochromatic Colors of #8ca1eb

#8ca1eb

Complementary Color

#8ca1eb #ebd68c

#8ca1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ca1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ca1eb Color CSS Codes

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

#8ca1eb Text Font Color

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

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


#8ca1eb Background Color

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

This div background color is #8ca1eb


#8ca1eb Border Color

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

This div border color is #8ca1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ca1eb


Comments

No comments written yet.

Please login to write comment.