Color Hex Logo

#8152da Color Hex

#8152DA
(129,82,218)
0 Favorites   0 Comments

Color spaces of #8152da

RGB 12982218
HSL0.720.650.59
HSV261°62°85°
CMYK 0.410.620.00   0.15
XYZ24.725415.763768.0692
Yxy15.76370.22780.1452
Hunter Lab39.703541.6798-73.8565
CIE-Lab46.662949.0831-62.9726

#8152da color RGB value is (129,82,218).

#8152da hex color red value is 129, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8152da hue: 0.72 , saturation: 0.65 and the lightness value of 8152da is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 11011010
Octal 201 122 332
Decimal 129 82 218
Hex 81 52 DA

RGB Percentages of Color #8152da

%30.07
%19.11
%50.82

CMYK Percentages of Color #8152da

%41
%62
%0
%15

Triadic Colors of #8152da

#8152da #da8152 #52da81

Analogous Colors of #8152da

#8152da #c552da #5267da

Monochromatic Colors of #8152da

#8152da

Complementary Color

#8152da #abda52

#8152da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8152da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8152da Color CSS Codes

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

#8152da Text Font Color

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

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


#8152da Background Color

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

This div background color is #8152da


#8152da Border Color

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

This div border color is #8152da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8152da


Comments

No comments written yet.

Please login to write comment.