Color Hex Logo

#803cbd Color Hex

#803CBD
(128,60,189)
0 Favorites   0 Comments

Color spaces of #803cbd

RGB 12860189
HSL0.750.520.49
HSV272°68°74°
CMYK 0.320.680.00   0.26
XYZ19.703311.495049.3244
Yxy11.49500.24470.1428
Hunter Lab33.904344.4019-62.5229
CIE-Lab40.402052.8052-56.3573

#803cbd color RGB value is (128,60,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 10111101
Octal 200 74 275
Decimal 128 60 189
Hex 80 3C BD

RGB Percentages of Color #803cbd

%33.95
%15.92
%50.13

CMYK Percentages of Color #803cbd

%32
%68
%0
%26

Triadic Colors of #803cbd

#803cbd #bd803c #3cbd80

Analogous Colors of #803cbd

#803cbd #bd3cba #3f3cbd

Monochromatic Colors of #803cbd

#803cbd

Complementary Color

#803cbd #79bd3c

#803cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#803cbd Color CSS Codes

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

#803cbd Text Font Color

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

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


#803cbd Background Color

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

This div background color is #803cbd


#803cbd Border Color

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

This div border color is #803cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803cbd


Comments

No comments written yet.

Please login to write comment.