Color Hex Logo

#8c95ea Color Hex

#8C95EA
(140,149,234)
0 Favorites   0 Comments

Color spaces of #8c95ea

RGB 140149234
HSL0.650.690.73
HSV234°40°92°
CMYK 0.400.360.00   0.08
XYZ36.413933.010982.2944
Yxy33.01090.24000.2176
Hunter Lab57.455112.5833-44.7040
CIE-Lab64.169717.5854-43.9561

#8c95ea color RGB value is (140,149,234).

#8c95ea hex color red value is 140, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8c95ea hue: 0.65 , saturation: 0.69 and the lightness value of 8c95ea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010101 11101010
Octal 214 225 352
Decimal 140 149 234
Hex 8C 95 EA

RGB Percentages of Color #8c95ea

%26.77
%28.49
%44.74

CMYK Percentages of Color #8c95ea

%40
%36
%0
%8

Triadic Colors of #8c95ea

#8c95ea #ea8c95 #95ea8c

Analogous Colors of #8c95ea

#8c95ea #b28cea #8cc4ea

Monochromatic Colors of #8c95ea

#8c95ea

Complementary Color

#8c95ea #eae18c

#8c95ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c95ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c95ea Color CSS Codes

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

#8c95ea Text Font Color

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

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


#8c95ea Background Color

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

This div background color is #8c95ea


#8c95ea Border Color

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

This div border color is #8c95ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c95ea


Comments

No comments written yet.

Please login to write comment.