Color Hex Logo

#805fec Color Hex

#805FEC
(128,95,236)
0 Favorites   0 Comments

Color spaces of #805fec

RGB 12895236
HSL0.710.790.65
HSV254°60°93°
CMYK 0.460.600.00   0.07
XYZ28.134618.829781.5085
Yxy18.82970.21900.1466
Hunter Lab43.393239.7949-80.9933
CIE-Lab50.487446.6414-66.9646

#805fec color RGB value is (128,95,236).

#805fec hex color red value is 128, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #805fec hue: 0.71 , saturation: 0.79 and the lightness value of 805fec is 0.65.

The process color (four color CMYK) of #805fec color hex is 0.46, 0.60, 0.00, 0.07. Web safe color of #805fec is #9966ff. Color #805fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011111 11101100
Octal 200 137 354
Decimal 128 95 236
Hex 80 5F EC

RGB Percentages of Color #805fec

%27.89
%20.70
%51.42

CMYK Percentages of Color #805fec

%46
%60
%0
%7

Triadic Colors of #805fec

#805fec #ec805f #5fec80

Analogous Colors of #805fec

#805fec #c75fec #5f85ec

Monochromatic Colors of #805fec

#805fec

Complementary Color

#805fec #cbec5f

#805fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#805fec Color CSS Codes

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

#805fec Text Font Color

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

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


#805fec Background Color

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

This div background color is #805fec


#805fec Border Color

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

This div border color is #805fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805fec


Comments

No comments written yet.

Please login to write comment.