Color Hex Logo

#803fdc Color Hex

#803FDC
(128,63,220)
0 Favorites   0 Comments

Color spaces of #803fdc

RGB 12863220
HSL0.740.690.55
HSV265°71°86°
CMYK 0.420.710.00   0.14
XYZ23.597913.311569.0358
Yxy13.31150.22270.1256
Hunter Lab36.484951.6025-86.6475
CIE-Lab43.228958.9576-69.6990

#803fdc color RGB value is (128,63,220).

#803fdc hex color red value is 128, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #803fdc hue: 0.74 , saturation: 0.69 and the lightness value of 803fdc is 0.55.

The process color (four color CMYK) of #803fdc color hex is 0.42, 0.71, 0.00, 0.14. Web safe color of #803fdc is #9933cc. Color #803fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 11011100
Octal 200 77 334
Decimal 128 63 220
Hex 80 3F DC

RGB Percentages of Color #803fdc

%31.14
%15.33
%53.53

CMYK Percentages of Color #803fdc

%42
%71
%0
%14

Triadic Colors of #803fdc

#803fdc #dc803f #3fdc80

Analogous Colors of #803fdc

#803fdc #cf3fdc #3f4cdc

Monochromatic Colors of #803fdc

#803fdc

Complementary Color

#803fdc #9bdc3f

#803fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fdc Color CSS Codes

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

#803fdc Text Font Color

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

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


#803fdc Background Color

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

This div background color is #803fdc


#803fdc Border Color

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

This div border color is #803fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fdc


Comments

No comments written yet.

Please login to write comment.