Color Hex Logo

#803dbc Color Hex

#803DBC
(128,61,188)
0 Favorites   0 Comments

Color spaces of #803dbc

RGB 12861188
HSL0.750.510.49
HSV272°68°74°
CMYK 0.320.680.00   0.26
XYZ19.647911.557548.7722
Yxy11.55750.24570.1445
Hunter Lab33.996343.6691-61.2619
CIE-Lab40.504052.0878-55.6061

#803dbc color RGB value is (128,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 10111100
Octal 200 75 274
Decimal 128 61 188
Hex 80 3D BC

RGB Percentages of Color #803dbc

%33.95
%16.18
%49.87

CMYK Percentages of Color #803dbc

%32
%68
%0
%26

Triadic Colors of #803dbc

#803dbc #bc803d #3dbc80

Analogous Colors of #803dbc

#803dbc #bc3db9 #403dbc

Monochromatic Colors of #803dbc

#803dbc

Complementary Color

#803dbc #79bc3d

#803dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#803dbc Color CSS Codes

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

#803dbc Text Font Color

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

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


#803dbc Background Color

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

This div background color is #803dbc


#803dbc Border Color

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

This div border color is #803dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,61,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 #803dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803dbc


Comments

No comments written yet.

Please login to write comment.