Color Hex Logo

#8c50df Color Hex

#8C50DF
(140,80,223)
0 Favorites   0 Comments

Color spaces of #8c50df

RGB 14080223
HSL0.740.690.59
HSV265°64°87°
CMYK 0.370.640.00   0.13
XYZ27.003216.640571.6007
Yxy16.64050.23430.1444
Hunter Lab40.792846.7726-75.5127
CIE-Lab47.803853.6804-63.9132

#8c50df color RGB value is (140,80,223).

#8c50df hex color red value is 140, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8c50df hue: 0.74 , saturation: 0.69 and the lightness value of 8c50df is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010000 11011111
Octal 214 120 337
Decimal 140 80 223
Hex 8C 50 DF

RGB Percentages of Color #8c50df

%31.60
%18.06
%50.34

CMYK Percentages of Color #8c50df

%37
%64
%0
%13

Triadic Colors of #8c50df

#8c50df #df8c50 #50df8c

Analogous Colors of #8c50df

#8c50df #d450df #505bdf

Monochromatic Colors of #8c50df

#8c50df

Complementary Color

#8c50df #a3df50

#8c50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c50df Color CSS Codes

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

#8c50df Text Font Color

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

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


#8c50df Background Color

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

This div background color is #8c50df


#8c50df Border Color

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

This div border color is #8c50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c50df


Comments

No comments written yet.

Please login to write comment.