Color Hex Logo

#a643be Color Hex

#A643BE
(166,67,190)
0 Favorites   0 Comments

Color spaces of #a643be

RGB 16667190
HSL0.800.490.50
HSV288°65°75°
CMYK 0.130.650.00   0.25
XYZ27.027315.839050.3479
Yxy15.83900.28990.1699
Hunter Lab39.798251.5738-47.1477
CIE-Lab46.762558.2664-46.4460

#a643be color RGB value is (166,67,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000011 10111110
Octal 246 103 276
Decimal 166 67 190
Hex A6 43 BE

RGB Percentages of Color #a643be

%39.24
%15.84
%44.92

CMYK Percentages of Color #a643be

%13
%65
%0
%25

Triadic Colors of #a643be

#a643be #bea643 #43bea6

Analogous Colors of #a643be

#a643be #be4399 #6943be

Monochromatic Colors of #a643be

#a643be

Complementary Color

#a643be #5bbe43

#a643be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a643be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a643be Color CSS Codes

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

#a643be Text Font Color

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

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


#a643be Background Color

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

This div background color is #a643be


#a643be Border Color

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

This div border color is #a643be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a643be


Comments

No comments written yet.

Please login to write comment.