Color Hex Logo

#820fae Color Hex

#820FAE
(130,15,174)
0 Favorites   0 Comments

Color spaces of #820fae

RGB 13015174
HSL0.790.840.37
HSV283°91°68°
CMYK 0.250.910.00   0.32
XYZ17.01678.143540.7194
Yxy8.14350.25830.1236
Hunter Lab28.536856.5013-64.6256
CIE-Lab34.280065.0812-57.4037

#820fae color RGB value is (130,15,174).

#820fae hex color red value is 130, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #820fae hue: 0.79 , saturation: 0.84 and the lightness value of 820fae is 0.37.

The process color (four color CMYK) of #820fae color hex is 0.25, 0.91, 0.00, 0.32. Web safe color of #820fae is #990099. Color #820fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001111 10101110
Octal 202 17 256
Decimal 130 15 174
Hex 82 F AE

RGB Percentages of Color #820fae

%40.75
%4.70
%54.55

CMYK Percentages of Color #820fae

%25
%91
%0
%32

Triadic Colors of #820fae

#820fae #ae820f #0fae82

Analogous Colors of #820fae

#820fae #ae0f8b #330fae

Monochromatic Colors of #820fae

#820fae

Complementary Color

#820fae #3bae0f

#820fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#820fae Color CSS Codes

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

#820fae Text Font Color

<p style="color:#820fae">Text here</p>

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


#820fae Background Color

<div style="background-color:#820fae">
Div content here</div>

This div background color is #820fae


#820fae Border Color

<div style="border:3px solid #820fae">
Div here</div>

This div border color is #820fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,15,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820fae;
  -webkit-box-shadow: 1px 1px 3px 2px #820fae;
  box-shadow:         1px 1px 3px 2px #820fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,15,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 #820fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820fae


Comments

No comments written yet.

Please login to write comment.