Color Hex Logo

#a034cb Color Hex

#A034CB
(160,52,203)
0 Favorites   0 Comments

Color spaces of #a034cb

RGB 16052203
HSL0.790.590.50
HSV283°74°80°
CMYK 0.210.740.00   0.20
XYZ26.504714.241457.8518
Yxy14.24140.26880.1444
Hunter Lab37.737859.3263-64.4748
CIE-Lab44.577265.5532-57.5444

#a034cb color RGB value is (160,52,203).

#a034cb hex color red value is 160, green value is 52 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a034cb hue: 0.79 , saturation: 0.59 and the lightness value of a034cb is 0.50.

The process color (four color CMYK) of #a034cb color hex is 0.21, 0.74, 0.00, 0.20. Web safe color of #a034cb is #9933cc. Color #a034cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110100 11001011
Octal 240 64 313
Decimal 160 52 203
Hex A0 34 CB

RGB Percentages of Color #a034cb

%38.55
%12.53
%48.92

CMYK Percentages of Color #a034cb

%21
%74
%0
%20

Triadic Colors of #a034cb

#a034cb #cba034 #34cba0

Analogous Colors of #a034cb

#a034cb #cb34ab #5534cb

Monochromatic Colors of #a034cb

#a034cb

Complementary Color

#a034cb #5fcb34

#a034cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a034cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a034cb Color CSS Codes

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

#a034cb Text Font Color

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

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


#a034cb Background Color

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

This div background color is #a034cb


#a034cb Border Color

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

This div border color is #a034cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,52,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a034cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a034cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a034cb;
  box-shadow:         1px 1px 3px 2px #a034cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,52,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a034cb


Comments

No comments written yet.

Please login to write comment.