color codes Logo

#a362fc color codes

#A362FC
(163,98,252)
0 Favorites   0 Comments

Color spaces of #a362fc

RGB 16398252
HSL0.740.960.69
HSV265°61°99°
CMYK 0.350.610.00   0.01
XYZ37.042623.550294.6887
Yxy23.55020.23860.1517
Hunter Lab48.528551.3269-81.7164
CIE-Lab55.634656.4528-67.3936

#a362fc color RGB value is (163,98,252).

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

The process color (four color CMYK) of #a362fc color code is 0.35, 0.61, 0.00, 0.01. Web safe color of #a362fc is #9966ff. Color #a362fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100010 11111100
Octal 243 142 374
Decimal 163 98 252
Hex A3 62 FC

RGB Percentages of Color #a362fc

%31.77
%19.10
%49.12

CMYK Percentages of Color #a362fc

%35
%61
%0
%1

Triadic Colors of #a362fc

#a362fc #fca362 #62fca3

Analogous Colors of #a362fc

#a362fc #f062fc #626efc

Monochromatic Colors of #a362fc

#a362fc

Complementary Color

#a362fc #bbfc62

#a362fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a362fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a362fc Color CSS Codes

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

#a362fc Text Font Color

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

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


#a362fc Background Color

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

This div background color is #a362fc


#a362fc Border Color

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

This div border color is #a362fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a362fc

Related Colors


Comments

No comments written yet.

Please login to write comment.