Color Hex Logo

#a43ebb Color Hex

#A43EBB
(164,62,187)
0 Favorites   0 Comments

Color spaces of #a43ebb

RGB 16462187
HSL0.800.500.49
HSV289°67°73°
CMYK 0.120.670.00   0.27
XYZ26.002114.925648.5242
Yxy14.92560.29070.1669
Hunter Lab38.633752.5292-47.4252
CIE-Lab45.532159.3590-46.6771

#a43ebb color RGB value is (164,62,187).

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

The process color (four color CMYK) of #a43ebb color hex is 0.12, 0.67, 0.00, 0.27. Web safe color of #a43ebb is #9933cc. Color #a43ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111110 10111011
Octal 244 76 273
Decimal 164 62 187
Hex A4 3E BB

RGB Percentages of Color #a43ebb

%39.71
%15.01
%45.28

CMYK Percentages of Color #a43ebb

%12
%67
%0
%27

Triadic Colors of #a43ebb

#a43ebb #bba43e #3ebba4

Analogous Colors of #a43ebb

#a43ebb #bb3e94 #663ebb

Monochromatic Colors of #a43ebb

#a43ebb

Complementary Color

#a43ebb #55bb3e

#a43ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43ebb Color CSS Codes

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

#a43ebb Text Font Color

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

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


#a43ebb Background Color

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

This div background color is #a43ebb


#a43ebb Border Color

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

This div border color is #a43ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,62,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a43ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a43ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #a43ebb;
  box-shadow:         1px 1px 3px 2px #a43ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,62,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43ebb


Comments

No comments written yet.

Please login to write comment.