Color Hex Logo

#a35bec Color Hex

#A35BEC
(163,91,236)
0 Favorites   0 Comments

Color spaces of #a35bec

RGB 16391236
HSL0.750.790.64
HSV270°61°93°
CMYK 0.310.610.00   0.07
XYZ33.985721.324881.6817
Yxy21.32480.24810.1557
Hunter Lab46.178850.5558-72.5479
CIE-Lab53.303256.1659-62.2383

#a35bec color RGB value is (163,91,236).

#a35bec hex color red value is 163, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a35bec hue: 0.75 , saturation: 0.79 and the lightness value of a35bec is 0.64.

The process color (four color CMYK) of #a35bec color hex is 0.31, 0.61, 0.00, 0.07. Web safe color of #a35bec is #9966ff. Color #a35bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 11101100
Octal 243 133 354
Decimal 163 91 236
Hex A3 5B EC

RGB Percentages of Color #a35bec

%33.27
%18.57
%48.16

CMYK Percentages of Color #a35bec

%31
%61
%0
%7

Triadic Colors of #a35bec

#a35bec #eca35b #5beca3

Analogous Colors of #a35bec

#a35bec #ec5bec #5b5cec

Monochromatic Colors of #a35bec

#a35bec

Complementary Color

#a35bec #a4ec5b

#a35bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bec Color CSS Codes

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

#a35bec Text Font Color

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

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


#a35bec Background Color

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

This div background color is #a35bec


#a35bec Border Color

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

This div border color is #a35bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bec


Comments

No comments written yet.

Please login to write comment.