Color Hex Logo

#8c5fdf Color Hex

#8C5FDF
(140,95,223)
0 Favorites   0 Comments

Color spaces of #8c5fdf

RGB 14095223
HSL0.730.670.62
HSV261°57°87°
CMYK 0.370.570.00   0.13
XYZ28.226719.087672.0086
Yxy19.08760.23660.1600
Hunter Lab43.689438.8684-67.1390
CIE-Lab50.789545.7022-59.0951

#8c5fdf color RGB value is (140,95,223).

#8c5fdf hex color red value is 140, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8c5fdf hue: 0.73 , saturation: 0.67 and the lightness value of 8c5fdf is 0.62.

The process color (four color CMYK) of #8c5fdf color hex is 0.37, 0.57, 0.00, 0.13. Web safe color of #8c5fdf is #9966cc. Color #8c5fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01011111 11011111
Octal 214 137 337
Decimal 140 95 223
Hex 8C 5F DF

RGB Percentages of Color #8c5fdf

%30.57
%20.74
%48.69

CMYK Percentages of Color #8c5fdf

%37
%57
%0
%13

Triadic Colors of #8c5fdf

#8c5fdf #df8c5f #5fdf8c

Analogous Colors of #8c5fdf

#8c5fdf #cc5fdf #5f72df

Monochromatic Colors of #8c5fdf

#8c5fdf

Complementary Color

#8c5fdf #b2df5f

#8c5fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c5fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c5fdf Color CSS Codes

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

#8c5fdf Text Font Color

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

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


#8c5fdf Background Color

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

This div background color is #8c5fdf


#8c5fdf Border Color

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

This div border color is #8c5fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c5fdf


Comments

No comments written yet.

Please login to write comment.