Color Hex Logo

#8f95cd Color Hex

#8F95CD
(143,149,205)
0 Favorites   0 Comments

Color spaces of #8f95cd

RGB 143149205
HSL0.650.380.68
HSV234°30°80°
CMYK 0.300.270.00   0.20
XYZ33.094631.742362.1402
Yxy31.74230.26060.2500
Hunter Lab56.34036.2563-25.9553
CIE-Lab63.129310.6825-29.4655

#8f95cd color RGB value is (143,149,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10010101 11001101
Octal 217 225 315
Decimal 143 149 205
Hex 8F 95 CD

RGB Percentages of Color #8f95cd

%28.77
%29.98
%41.25

CMYK Percentages of Color #8f95cd

%30
%27
%0
%20

Triadic Colors of #8f95cd

#8f95cd #cd8f95 #95cd8f

Analogous Colors of #8f95cd

#8f95cd #a88fcd #8fb4cd

Monochromatic Colors of #8f95cd

#8f95cd

Complementary Color

#8f95cd #cdc78f

#8f95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f95cd Color CSS Codes

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

#8f95cd Text Font Color

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

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


#8f95cd Background Color

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

This div background color is #8f95cd


#8f95cd Border Color

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

This div border color is #8f95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f95cd


Comments

No comments written yet.

Please login to write comment.