Color Hex Logo

#803ebc Color Hex

#803EBC
(128,62,188)
0 Favorites   0 Comments

Color spaces of #803ebc

RGB 12862188
HSL0.750.500.49
HSV271°67°74°
CMYK 0.320.670.00   0.26
XYZ19.701811.665348.7902
Yxy11.66530.24580.1455
Hunter Lab34.154543.1962-60.7885
CIE-Lab40.679151.6030-55.3229

#803ebc color RGB value is (128,62,188).

#803ebc hex color red value is 128, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #803ebc hue: 0.75 , saturation: 0.50 and the lightness value of 803ebc is 0.49.

The process color (four color CMYK) of #803ebc color hex is 0.32, 0.67, 0.00, 0.26. Web safe color of #803ebc is #9933cc. Color #803ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 10111100
Octal 200 76 274
Decimal 128 62 188
Hex 80 3E BC

RGB Percentages of Color #803ebc

%33.86
%16.40
%49.74

CMYK Percentages of Color #803ebc

%32
%67
%0
%26

Triadic Colors of #803ebc

#803ebc #bc803e #3ebc80

Analogous Colors of #803ebc

#803ebc #bc3eb9 #413ebc

Monochromatic Colors of #803ebc

#803ebc

Complementary Color

#803ebc #7abc3e

#803ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ebc Color CSS Codes

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

#803ebc Text Font Color

<p style="color:#803ebc">Text here</p>

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


#803ebc Background Color

<div style="background-color:#803ebc">
Div content here</div>

This div background color is #803ebc


#803ebc Border Color

<div style="border:3px solid #803ebc">
Div here</div>

This div border color is #803ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,62,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #803ebc;
  box-shadow:         1px 1px 3px 2px #803ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ebc


Comments

No comments written yet.

Please login to write comment.