Color Hex Logo

#a362be Color Hex

#A362BE
(163,98,190)
0 Favorites   0 Comments

Color spaces of #a362be

RGB 16398190
HSL0.780.410.56
HSV282°48°75°
CMYK 0.140.480.00   0.25
XYZ28.766220.239651.1057
Yxy20.23960.28730.2022
Hunter Lab44.988435.4055-35.8600
CIE-Lab52.107042.1352-38.0034

#a362be color RGB value is (163,98,190).

#a362be hex color red value is 163, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a362be hue: 0.78 , saturation: 0.41 and the lightness value of a362be is 0.56.

The process color (four color CMYK) of #a362be color hex is 0.14, 0.48, 0.00, 0.25. Web safe color of #a362be is #9966cc. Color #a362be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100010 10111110
Octal 243 142 276
Decimal 163 98 190
Hex A3 62 BE

RGB Percentages of Color #a362be

%36.14
%21.73
%42.13

CMYK Percentages of Color #a362be

%14
%48
%0
%25

Triadic Colors of #a362be

#a362be #bea362 #62bea3

Analogous Colors of #a362be

#a362be #be62ab #7562be

Monochromatic Colors of #a362be

#a362be

Complementary Color

#a362be #7dbe62

#a362be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a362be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a362be Color CSS Codes

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

#a362be Text Font Color

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

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


#a362be Background Color

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

This div background color is #a362be


#a362be Border Color

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

This div border color is #a362be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a362be


Comments

No comments written yet.

Please login to write comment.