Color Hex Logo

#8252af Color Hex

#8252AF
(130,82,175)
0 Favorites   0 Comments

Color spaces of #8252af

RGB 13082175
HSL0.750.370.50
HSV271°53°69°
CMYK 0.260.530.00   0.31
XYZ19.961113.875642.1836
Yxy13.87560.26260.1825
Hunter Lab37.250030.4652-41.0678
CIE-Lab44.054038.3488-42.2587

#8252af color RGB value is (130,82,175).

#8252af hex color red value is 130, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8252af hue: 0.75 , saturation: 0.37 and the lightness value of 8252af is 0.50.

The process color (four color CMYK) of #8252af color hex is 0.26, 0.53, 0.00, 0.31. Web safe color of #8252af is #996699. Color #8252af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010010 10101111
Octal 202 122 257
Decimal 130 82 175
Hex 82 52 AF

RGB Percentages of Color #8252af

%33.59
%21.19
%45.22

CMYK Percentages of Color #8252af

%26
%53
%0
%31

Triadic Colors of #8252af

#8252af #af8252 #52af82

Analogous Colors of #8252af

#8252af #af52ae #5452af

Monochromatic Colors of #8252af

#8252af

Complementary Color

#8252af #7faf52

#8252af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8252af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8252af Color CSS Codes

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

#8252af Text Font Color

<p style="color:#8252af">Text here</p>

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


#8252af Background Color

<div style="background-color:#8252af">
Div content here</div>

This div background color is #8252af


#8252af Border Color

<div style="border:3px solid #8252af">
Div here</div>

This div border color is #8252af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,82,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8252af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8252af;
  -webkit-box-shadow: 1px 1px 3px 2px #8252af;
  box-shadow:         1px 1px 3px 2px #8252af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8252af


Comments

No comments written yet.

Please login to write comment.