Color Hex Logo

#a03bec Color Hex

#A03BEC
(160,59,236)
0 Favorites   0 Comments

Color spaces of #a03bec

RGB 16059236
HSL0.760.820.58
HSV274°75°93°
CMYK 0.320.750.00   0.07
XYZ31.201516.657680.9276
Yxy16.65760.24230.1293
Hunter Lab40.813765.0366-88.9937
CIE-Lab47.825769.8072-71.1212

#a03bec color RGB value is (160,59,236).

#a03bec hex color red value is 160, green value is 59 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a03bec hue: 0.76 , saturation: 0.82 and the lightness value of a03bec is 0.58.

The process color (four color CMYK) of #a03bec color hex is 0.32, 0.75, 0.00, 0.07. Web safe color of #a03bec is #9933ff. Color #a03bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11101100
Octal 240 73 354
Decimal 160 59 236
Hex A0 3B EC

RGB Percentages of Color #a03bec

%35.16
%12.97
%51.87

CMYK Percentages of Color #a03bec

%32
%75
%0
%7

Triadic Colors of #a03bec

#a03bec #eca03b #3beca0

Analogous Colors of #a03bec

#a03bec #ec3be0 #473bec

Monochromatic Colors of #a03bec

#a03bec

Complementary Color

#a03bec #87ec3b

#a03bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bec Color CSS Codes

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

#a03bec Text Font Color

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

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


#a03bec Background Color

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

This div background color is #a03bec


#a03bec Border Color

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

This div border color is #a03bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bec


Comments

No comments written yet.

Please login to write comment.