Color Hex Logo

#802ebe Color Hex

#802EBE
(128,46,190)
0 Favorites   0 Comments

Color spaces of #802ebe

RGB 12846190
HSL0.760.610.46
HSV274°76°75°
CMYK 0.330.760.00   0.25
XYZ19.173310.260949.6852
Yxy10.26090.24230.1297
Hunter Lab32.032650.7850-69.5407
CIE-Lab38.306759.1593-60.3436

#802ebe color RGB value is (128,46,190).

#802ebe hex color red value is 128, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #802ebe hue: 0.76 , saturation: 0.61 and the lightness value of 802ebe is 0.46.

The process color (four color CMYK) of #802ebe color hex is 0.33, 0.76, 0.00, 0.25. Web safe color of #802ebe is #9933cc. Color #802ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101110 10111110
Octal 200 56 276
Decimal 128 46 190
Hex 80 2E BE

RGB Percentages of Color #802ebe

%35.16
%12.64
%52.20

CMYK Percentages of Color #802ebe

%33
%76
%0
%25

Triadic Colors of #802ebe

#802ebe #be802e #2ebe80

Analogous Colors of #802ebe

#802ebe #be2eb4 #382ebe

Monochromatic Colors of #802ebe

#802ebe

Complementary Color

#802ebe #6cbe2e

#802ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#802ebe Color CSS Codes

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

#802ebe Text Font Color

<p style="color:#802ebe">Text here</p>

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


#802ebe Background Color

<div style="background-color:#802ebe">
Div content here</div>

This div background color is #802ebe


#802ebe Border Color

<div style="border:3px solid #802ebe">
Div here</div>

This div border color is #802ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,46,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #802ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #802ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #802ebe;
  box-shadow:         1px 1px 3px 2px #802ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802ebe


Comments

No comments written yet.

Please login to write comment.