Color Hex Logo

#8246ae Color Hex

#8246AE
(130,70,174)
0 Favorites   0 Comments

Color spaces of #8246ae

RGB 13070174
HSL0.760.430.48
HSV275°60°68°
CMYK 0.250.600.00   0.32
XYZ19.036112.182141.3925
Yxy12.18210.26220.1678
Hunter Lab34.902936.2743-45.8820
CIE-Lab41.504144.6762-45.7379

#8246ae color RGB value is (130,70,174).

#8246ae hex color red value is 130, green value is 70 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8246ae hue: 0.76 , saturation: 0.43 and the lightness value of 8246ae is 0.48.

The process color (four color CMYK) of #8246ae color hex is 0.25, 0.60, 0.00, 0.32. Web safe color of #8246ae is #993399. Color #8246ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01000110 10101110
Octal 202 106 256
Decimal 130 70 174
Hex 82 46 AE

RGB Percentages of Color #8246ae

%34.76
%18.72
%46.52

CMYK Percentages of Color #8246ae

%25
%60
%0
%32

Triadic Colors of #8246ae

#8246ae #ae8246 #46ae82

Analogous Colors of #8246ae

#8246ae #ae46a6 #4e46ae

Monochromatic Colors of #8246ae

#8246ae

Complementary Color

#8246ae #72ae46

#8246ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8246ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8246ae Color CSS Codes

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

#8246ae Text Font Color

<p style="color:#8246ae">Text here</p>

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


#8246ae Background Color

<div style="background-color:#8246ae">
Div content here</div>

This div background color is #8246ae


#8246ae Border Color

<div style="border:3px solid #8246ae">
Div here</div>

This div border color is #8246ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8246ae


Comments

No comments written yet.

Please login to write comment.