Color Hex Logo

#8141da Color Hex

#8141DA
(129,65,218)
0 Favorites   0 Comments

Color spaces of #8141da

RGB 12965218
HSL0.740.670.55
HSV265°70°85°
CMYK 0.410.700.00   0.15
XYZ23.598413.509767.6935
Yxy13.50970.22520.1289
Hunter Lab36.755550.2813-83.4668
CIE-Lab43.521457.6990-68.0738

#8141da color RGB value is (129,65,218).

#8141da hex color red value is 129, green value is 65 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8141da hue: 0.74 , saturation: 0.67 and the lightness value of 8141da is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000001 11011010
Octal 201 101 332
Decimal 129 65 218
Hex 81 41 DA

RGB Percentages of Color #8141da

%31.31
%15.78
%52.91

CMYK Percentages of Color #8141da

%41
%70
%0
%15

Triadic Colors of #8141da

#8141da #da8141 #41da81

Analogous Colors of #8141da

#8141da #ce41da #414eda

Monochromatic Colors of #8141da

#8141da

Complementary Color

#8141da #9ada41

#8141da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8141da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8141da Color CSS Codes

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

#8141da Text Font Color

<p style="color:#8141da">Text here</p>

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


#8141da Background Color

<div style="background-color:#8141da">
Div content here</div>

This div background color is #8141da


#8141da Border Color

<div style="border:3px solid #8141da">
Div here</div>

This div border color is #8141da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,65,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8141da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8141da;
  -webkit-box-shadow: 1px 1px 3px 2px #8141da;
  box-shadow:         1px 1px 3px 2px #8141da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,65,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 #8141da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8141da


Comments

No comments written yet.

Please login to write comment.