Color Hex Logo

#8c95cd Color Hex

#8C95CD
(140,149,205)
0 Favorites   0 Comments

Color spaces of #8c95cd

RGB 140149205
HSL0.640.390.68
HSV232°32°80°
CMYK 0.320.270.00   0.20
XYZ32.582131.478162.1162
Yxy31.47810.25820.2495
Hunter Lab56.10535.4761-26.3683
CIE-Lab62.90929.8062-29.8237

#8c95cd color RGB value is (140,149,205).

#8c95cd hex color red value is 140, green value is 149 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8c95cd hue: 0.64 , saturation: 0.39 and the lightness value of 8c95cd is 0.68.

The process color (four color CMYK) of #8c95cd color hex is 0.32, 0.27, 0.00, 0.20. Web safe color of #8c95cd is #9999cc. Color #8c95cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010101 11001101
Octal 214 225 315
Decimal 140 149 205
Hex 8C 95 CD

RGB Percentages of Color #8c95cd

%28.34
%30.16
%41.50

CMYK Percentages of Color #8c95cd

%32
%27
%0
%20

Triadic Colors of #8c95cd

#8c95cd #cd8c95 #95cd8c

Analogous Colors of #8c95cd

#8c95cd #a48ccd #8cb6cd

Monochromatic Colors of #8c95cd

#8c95cd

Complementary Color

#8c95cd #cdc48c

#8c95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c95cd Color CSS Codes

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

#8c95cd Text Font Color

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

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


#8c95cd Background Color

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

This div background color is #8c95cd


#8c95cd Border Color

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

This div border color is #8c95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c95cd


Comments

No comments written yet.

Please login to write comment.