Color Hex Logo

#a262fc Color Hex

#A262FC
(162,98,252)
0 Favorites   0 Comments

Color spaces of #a262fc

RGB 16298252
HSL0.740.960.69
HSV265°61°99°
CMYK 0.360.610.00   0.01
XYZ36.838723.445094.6792
Yxy23.44500.23770.1513
Hunter Lab48.420051.0704-82.0400
CIE-Lab55.527856.2419-67.5714

#a262fc color RGB value is (162,98,252).

#a262fc hex color red value is 162, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a262fc hue: 0.74 , saturation: 0.96 and the lightness value of a262fc is 0.69.

The process color (four color CMYK) of #a262fc color hex is 0.36, 0.61, 0.00, 0.01. Web safe color of #a262fc is #9966ff. Color #a262fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100010 11111100
Octal 242 142 374
Decimal 162 98 252
Hex A2 62 FC

RGB Percentages of Color #a262fc

%31.64
%19.14
%49.22

CMYK Percentages of Color #a262fc

%36
%61
%0
%1

Triadic Colors of #a262fc

#a262fc #fca262 #62fca2

Analogous Colors of #a262fc

#a262fc #ef62fc #626ffc

Monochromatic Colors of #a262fc

#a262fc

Complementary Color

#a262fc #bcfc62

#a262fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a262fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a262fc Color CSS Codes

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

#a262fc Text Font Color

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

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


#a262fc Background Color

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

This div background color is #a262fc


#a262fc Border Color

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

This div border color is #a262fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,98,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a262fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a262fc;
  -webkit-box-shadow: 1px 1px 3px 2px #a262fc;
  box-shadow:         1px 1px 3px 2px #a262fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,98,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a262fc


Comments

No comments written yet.

Please login to write comment.