Color Hex Logo

#a64bec Color Hex

#A64BEC
(166,75,236)
0 Favorites   0 Comments

Color spaces of #a64bec

RGB 16675236
HSL0.760.810.61
HSV274°68°93°
CMYK 0.300.680.00   0.07
XYZ33.382319.195381.3025
Yxy19.19530.24930.1434
Hunter Lab43.812459.3339-79.3554
CIE-Lab50.914964.3471-66.0743

#a64bec color RGB value is (166,75,236).

#a64bec hex color red value is 166, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a64bec hue: 0.76 , saturation: 0.81 and the lightness value of a64bec is 0.61.

The process color (four color CMYK) of #a64bec color hex is 0.30, 0.68, 0.00, 0.07. Web safe color of #a64bec is #9933ff. Color #a64bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001011 11101100
Octal 246 113 354
Decimal 166 75 236
Hex A6 4B EC

RGB Percentages of Color #a64bec

%34.80
%15.72
%49.48

CMYK Percentages of Color #a64bec

%30
%68
%0
%7

Triadic Colors of #a64bec

#a64bec #eca64b #4beca6

Analogous Colors of #a64bec

#a64bec #ec4be2 #564bec

Monochromatic Colors of #a64bec

#a64bec

Complementary Color

#a64bec #91ec4b

#a64bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64bec Color CSS Codes

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

#a64bec Text Font Color

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

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


#a64bec Background Color

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

This div background color is #a64bec


#a64bec Border Color

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

This div border color is #a64bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64bec


Comments

No comments written yet.

Please login to write comment.