Color Hex Logo

#805cfc Color Hex

#805CFC
(128,92,252)
0 Favorites   0 Comments

Color spaces of #805cfc

RGB 12892252
HSL0.700.960.67
HSV254°63°99°
CMYK 0.490.630.00   0.01
XYZ30.299919.271894.2183
Yxy19.27180.21070.1340
Hunter Lab43.899746.3777-96.5196
CIE-Lab51.003752.7541-75.0612

#805cfc color RGB value is (128,92,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011100 11111100
Octal 200 134 374
Decimal 128 92 252
Hex 80 5C FC

RGB Percentages of Color #805cfc

%27.12
%19.49
%53.39

CMYK Percentages of Color #805cfc

%49
%63
%0
%1

Triadic Colors of #805cfc

#805cfc #fc805c #5cfc80

Analogous Colors of #805cfc

#805cfc #d05cfc #5c88fc

Monochromatic Colors of #805cfc

#805cfc

Complementary Color

#805cfc #d8fc5c

#805cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#805cfc Color CSS Codes

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

#805cfc Text Font Color

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

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


#805cfc Background Color

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

This div background color is #805cfc


#805cfc Border Color

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

This div border color is #805cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.