Color Hex Logo

#805cfb Color Hex

#805CFB
(128,92,251)
0 Favorites   0 Comments

Color spaces of #805cfb

RGB 12892251
HSL0.700.950.67
HSV254°63°98°
CMYK 0.490.630.00   0.02
XYZ30.141819.208593.3858
Yxy19.20850.21120.1346
Hunter Lab43.827546.0629-95.6534
CIE-Lab50.930352.4755-74.6249

#805cfb color RGB value is (128,92,251).

#805cfb hex color red value is 128, green value is 92 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #805cfb hue: 0.70 , saturation: 0.95 and the lightness value of 805cfb is 0.67.

The process color (four color CMYK) of #805cfb color hex is 0.49, 0.63, 0.00, 0.02. Web safe color of #805cfb is #9966ff. Color #805cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011100 11111011
Octal 200 134 373
Decimal 128 92 251
Hex 80 5C FB

RGB Percentages of Color #805cfb

%27.18
%19.53
%53.29

CMYK Percentages of Color #805cfb

%49
%63
%0
%2

Triadic Colors of #805cfb

#805cfb #fb805c #5cfb80

Analogous Colors of #805cfb

#805cfb #d05cfb #5c88fb

Monochromatic Colors of #805cfb

#805cfb

Complementary Color

#805cfb #d7fb5c

#805cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#805cfb Color CSS Codes

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

#805cfb Text Font Color

<p style="color:#805cfb">Text here</p>

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


#805cfb Background Color

<div style="background-color:#805cfb">
Div content here</div>

This div background color is #805cfb


#805cfb Border Color

<div style="border:3px solid #805cfb">
Div here</div>

This div border color is #805cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,92,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #805cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #805cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #805cfb;
  box-shadow:         1px 1px 3px 2px #805cfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,92,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805cfb


Comments

No comments written yet.

Please login to write comment.