Color Hex Logo

#803fda Color Hex

#803FDA
(128,63,218)
0 Favorites   0 Comments

Color spaces of #803fda

RGB 12863218
HSL0.740.680.55
HSV265°71°85°
CMYK 0.410.710.00   0.15
XYZ23.334513.206267.6488
Yxy13.20620.22400.1268
Hunter Lab36.340351.0211-84.9322
CIE-Lab43.072358.4590-68.8105

#803fda color RGB value is (128,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 11011010
Octal 200 77 332
Decimal 128 63 218
Hex 80 3F DA

RGB Percentages of Color #803fda

%31.30
%15.40
%53.30

CMYK Percentages of Color #803fda

%41
%71
%0
%15

Triadic Colors of #803fda

#803fda #da803f #3fda80

Analogous Colors of #803fda

#803fda #ce3fda #3f4cda

Monochromatic Colors of #803fda

#803fda

Complementary Color

#803fda #99da3f

#803fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fda Color CSS Codes

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

#803fda Text Font Color

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

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


#803fda Background Color

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

This div background color is #803fda


#803fda Border Color

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

This div border color is #803fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fda


Comments

No comments written yet.

Please login to write comment.