Color Hex Logo

#a642be Color Hex

#A642BE
(166,66,190)
0 Favorites   0 Comments

Color spaces of #a642be

RGB 16666190
HSL0.800.490.50
HSV288°65°75°
CMYK 0.130.650.00   0.25
XYZ26.968415.721150.3283
Yxy15.72110.28990.1690
Hunter Lab39.649852.0221-47.5030
CIE-Lab46.606458.7003-46.6951

#a642be color RGB value is (166,66,190).

#a642be hex color red value is 166, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a642be hue: 0.80 , saturation: 0.49 and the lightness value of a642be is 0.50.

The process color (four color CMYK) of #a642be color hex is 0.13, 0.65, 0.00, 0.25. Web safe color of #a642be is #9933cc. Color #a642be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 10111110
Octal 246 102 276
Decimal 166 66 190
Hex A6 42 BE

RGB Percentages of Color #a642be

%39.34
%15.64
%45.02

CMYK Percentages of Color #a642be

%13
%65
%0
%25

Triadic Colors of #a642be

#a642be #bea642 #42bea6

Analogous Colors of #a642be

#a642be #be4298 #6842be

Monochromatic Colors of #a642be

#a642be

Complementary Color

#a642be #5abe42

#a642be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642be Color CSS Codes

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

#a642be Text Font Color

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

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


#a642be Background Color

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

This div background color is #a642be


#a642be Border Color

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

This div border color is #a642be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,66,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642be


Comments

No comments written yet.

Please login to write comment.