Color Hex Logo

#8252ca Color Hex

#8252CA
(130,82,202)
0 Favorites   0 Comments

Color spaces of #8252ca

RGB 13082202
HSL0.730.530.56
HSV264°59°79°
CMYK 0.360.590.00   0.21
XYZ22.883915.044757.5749
Yxy15.04470.23960.1575
Hunter Lab38.787537.4335-60.8569
CIE-Lab45.695445.1244-55.3576

#8252ca color RGB value is (130,82,202).

#8252ca hex color red value is 130, green value is 82 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8252ca hue: 0.73 , saturation: 0.53 and the lightness value of 8252ca is 0.56.

The process color (four color CMYK) of #8252ca color hex is 0.36, 0.59, 0.00, 0.21. Web safe color of #8252ca is #9966cc. Color #8252ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010010 11001010
Octal 202 122 312
Decimal 130 82 202
Hex 82 52 CA

RGB Percentages of Color #8252ca

%31.40
%19.81
%48.79

CMYK Percentages of Color #8252ca

%36
%59
%0
%21

Triadic Colors of #8252ca

#8252ca #ca8252 #52ca82

Analogous Colors of #8252ca

#8252ca #be52ca #525eca

Monochromatic Colors of #8252ca

#8252ca

Complementary Color

#8252ca #9aca52

#8252ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8252ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8252ca Color CSS Codes

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

#8252ca Text Font Color

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

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


#8252ca Background Color

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

This div background color is #8252ca


#8252ca Border Color

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

This div border color is #8252ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8252ca


Comments

No comments written yet.

Please login to write comment.