Color Hex Logo

#a354bc Color Hex

#A354BC
(163,84,188)
0 Favorites   0 Comments

Color spaces of #a354bc

RGB 16384188
HSL0.790.440.53
HSV286°55°74°
CMYK 0.130.550.00   0.26
XYZ27.351717.758049.5630
Yxy17.75800.28890.1876
Hunter Lab42.140242.1124-40.2354
CIE-Lab49.201349.0650-41.4334

#a354bc color RGB value is (163,84,188).

#a354bc hex color red value is 163, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a354bc hue: 0.79 , saturation: 0.44 and the lightness value of a354bc is 0.53.

The process color (four color CMYK) of #a354bc color hex is 0.13, 0.55, 0.00, 0.26. Web safe color of #a354bc is #9966cc. Color #a354bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 10111100
Octal 243 124 274
Decimal 163 84 188
Hex A3 54 BC

RGB Percentages of Color #a354bc

%37.47
%19.31
%43.22

CMYK Percentages of Color #a354bc

%13
%55
%0
%26

Triadic Colors of #a354bc

#a354bc #bca354 #54bca3

Analogous Colors of #a354bc

#a354bc #bc54a1 #6f54bc

Monochromatic Colors of #a354bc

#a354bc

Complementary Color

#a354bc #6dbc54

#a354bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354bc Color CSS Codes

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

#a354bc Text Font Color

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

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


#a354bc Background Color

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

This div background color is #a354bc


#a354bc Border Color

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

This div border color is #a354bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354bc


Comments

No comments written yet.

Please login to write comment.