Color Hex Logo

#803dae Color Hex

#803DAE
(128,61,174)
0 Favorites   0 Comments

Color spaces of #803dae

RGB 12861174
HSL0.770.480.46
HSV276°65°68°
CMYK 0.260.650.00   0.32
XYZ18.210810.982741.2045
Yxy10.98270.25870.1560
Hunter Lab33.140240.0920-50.5195
CIE-Lab39.551348.8030-48.8851

#803dae color RGB value is (128,61,174).

#803dae hex color red value is 128, green value is 61 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #803dae hue: 0.77 , saturation: 0.48 and the lightness value of 803dae is 0.46.

The process color (four color CMYK) of #803dae color hex is 0.26, 0.65, 0.00, 0.32. Web safe color of #803dae is #993399. Color #803dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111101 10101110
Octal 200 75 256
Decimal 128 61 174
Hex 80 3D AE

RGB Percentages of Color #803dae

%35.26
%16.80
%47.93

CMYK Percentages of Color #803dae

%26
%65
%0
%32

Triadic Colors of #803dae

#803dae #ae803d #3dae80

Analogous Colors of #803dae

#803dae #ae3da4 #483dae

Monochromatic Colors of #803dae

#803dae

Complementary Color

#803dae #6bae3d

#803dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#803dae Color CSS Codes

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

#803dae Text Font Color

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

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


#803dae Background Color

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

This div background color is #803dae


#803dae Border Color

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

This div border color is #803dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803dae


Comments

No comments written yet.

Please login to write comment.