Color Hex Logo

#8152ea Color Hex

#8152EA
(129,82,234)
0 Favorites   0 Comments

Color spaces of #8152ea

RGB 12982234
HSL0.720.780.62
HSV259°65°92°
CMYK 0.450.650.00   0.08
XYZ26.921816.642279.6352
Yxy16.64220.21850.1351
Hunter Lab40.794946.4067-87.1830
CIE-Lab47.806053.3404-70.1856

#8152ea color RGB value is (129,82,234).

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

The process color (four color CMYK) of #8152ea color hex is 0.45, 0.65, 0.00, 0.08. Web safe color of #8152ea is #9966ff. Color #8152ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010010 11101010
Octal 201 122 352
Decimal 129 82 234
Hex 81 52 EA

RGB Percentages of Color #8152ea

%28.99
%18.43
%52.58

CMYK Percentages of Color #8152ea

%45
%65
%0
%8

Triadic Colors of #8152ea

#8152ea #ea8152 #52ea81

Analogous Colors of #8152ea

#8152ea #cd52ea #526fea

Monochromatic Colors of #8152ea

#8152ea

Complementary Color

#8152ea #bbea52

#8152ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8152ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8152ea Color CSS Codes

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

#8152ea Text Font Color

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

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


#8152ea Background Color

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

This div background color is #8152ea


#8152ea Border Color

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

This div border color is #8152ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,82,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8152ea


Comments

No comments written yet.

Please login to write comment.