Color Hex Logo

#a065ec Color Hex

#A065EC
(160,101,236)
0 Favorites   0 Comments

Color spaces of #a065ec

RGB 160101236
HSL0.740.780.66
HSV266°57°93°
CMYK 0.320.570.00   0.07
XYZ34.291222.837181.9575
Yxy22.83710.24650.1642
Hunter Lab47.788244.4563-68.2316
CIE-Lab54.904150.3252-59.6823

#a065ec color RGB value is (160,101,236).

#a065ec hex color red value is 160, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a065ec hue: 0.74 , saturation: 0.78 and the lightness value of a065ec is 0.66.

The process color (four color CMYK) of #a065ec color hex is 0.32, 0.57, 0.00, 0.07. Web safe color of #a065ec is #9966ff. Color #a065ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100101 11101100
Octal 240 145 354
Decimal 160 101 236
Hex A0 65 EC

RGB Percentages of Color #a065ec

%32.19
%20.32
%47.48

CMYK Percentages of Color #a065ec

%32
%57
%0
%7

Triadic Colors of #a065ec

#a065ec #eca065 #65eca0

Analogous Colors of #a065ec

#a065ec #e465ec #656eec

Monochromatic Colors of #a065ec

#a065ec

Complementary Color

#a065ec #b1ec65

#a065ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a065ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a065ec Color CSS Codes

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

#a065ec Text Font Color

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

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


#a065ec Background Color

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

This div background color is #a065ec


#a065ec Border Color

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

This div border color is #a065ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a065ec


Comments

No comments written yet.

Please login to write comment.