Color Hex Logo

#805eca Color Hex

#805ECA
(128,94,202)
0 Favorites   0 Comments

Color spaces of #805eca

RGB 12894202
HSL0.720.500.58
HSV259°53°79°
CMYK 0.370.530.00   0.21
XYZ23.565516.858957.8892
Yxy16.85890.23970.1715
Hunter Lab41.059630.5930-54.8502
CIE-Lab48.081837.8963-51.5369

#805eca color RGB value is (128,94,202).

#805eca hex color red value is 128, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #805eca hue: 0.72 , saturation: 0.50 and the lightness value of 805eca is 0.58.

The process color (four color CMYK) of #805eca color hex is 0.37, 0.53, 0.00, 0.21. Web safe color of #805eca is #9966cc. Color #805eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11001010
Octal 200 136 312
Decimal 128 94 202
Hex 80 5E CA

RGB Percentages of Color #805eca

%30.19
%22.17
%47.64

CMYK Percentages of Color #805eca

%37
%53
%0
%21

Triadic Colors of #805eca

#805eca #ca805e #5eca80

Analogous Colors of #805eca

#805eca #b65eca #5e72ca

Monochromatic Colors of #805eca

#805eca

Complementary Color

#805eca #a8ca5e

#805eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#805eca Color CSS Codes

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

#805eca Text Font Color

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

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


#805eca Background Color

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

This div background color is #805eca


#805eca Border Color

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

This div border color is #805eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805eca


Comments

No comments written yet.

Please login to write comment.