Color Hex Logo

#a265ce Color Hex

#A265CE
(162,101,206)
0 Favorites   0 Comments

Color spaces of #a265ce

RGB 162101206
HSL0.760.520.60
HSV275°51°81°
CMYK 0.210.510.00   0.19
XYZ30.694621.445060.9140
Yxy21.44500.27150.1897
Hunter Lab46.308737.2740-45.5733
CIE-Lab53.433143.7591-45.0846

#a265ce color RGB value is (162,101,206).

#a265ce hex color red value is 162, green value is 101 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a265ce hue: 0.76 , saturation: 0.52 and the lightness value of a265ce is 0.60.

The process color (four color CMYK) of #a265ce color hex is 0.21, 0.51, 0.00, 0.19. Web safe color of #a265ce is #9966cc. Color #a265ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100101 11001110
Octal 242 145 316
Decimal 162 101 206
Hex A2 65 CE

RGB Percentages of Color #a265ce

%34.54
%21.54
%43.92

CMYK Percentages of Color #a265ce

%21
%51
%0
%19

Triadic Colors of #a265ce

#a265ce #cea265 #65cea2

Analogous Colors of #a265ce

#a265ce #ce65c6 #6e65ce

Monochromatic Colors of #a265ce

#a265ce

Complementary Color

#a265ce #91ce65

#a265ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a265ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a265ce Color CSS Codes

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

#a265ce Text Font Color

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

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


#a265ce Background Color

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

This div background color is #a265ce


#a265ce Border Color

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

This div border color is #a265ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,101,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a265ce


Comments

No comments written yet.

Please login to write comment.