Color Hex Logo

#803cbf Color Hex

#803CBF
(128,60,191)
0 Favorites   0 Comments

Color spaces of #803cbf

RGB 12860191
HSL0.750.520.49
HSV271°69°75°
CMYK 0.330.690.00   0.25
XYZ19.921911.582550.4759
Yxy11.58250.24300.1413
Hunter Lab34.033144.9305-64.1124
CIE-Lab40.544753.2803-57.2973

#803cbf color RGB value is (128,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 10111111
Octal 200 74 277
Decimal 128 60 191
Hex 80 3C BF

RGB Percentages of Color #803cbf

%33.77
%15.83
%50.40

CMYK Percentages of Color #803cbf

%33
%69
%0
%25

Triadic Colors of #803cbf

#803cbf #bf803c #3cbf80

Analogous Colors of #803cbf

#803cbf #bf3cbd #3e3cbf

Monochromatic Colors of #803cbf

#803cbf

Complementary Color

#803cbf #7bbf3c

#803cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#803cbf Color CSS Codes

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

#803cbf Text Font Color

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

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


#803cbf Background Color

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

This div background color is #803cbf


#803cbf Border Color

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

This div border color is #803cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803cbf


Comments

No comments written yet.

Please login to write comment.