Color Hex Logo

#a43fce Color Hex

#A43FCE
(164,63,206)
0 Favorites   0 Comments

Color spaces of #a43fce

RGB 16463206
HSL0.780.590.53
HSV282°69°81°
CMYK 0.200.690.00   0.19
XYZ28.227915.903859.9745
Yxy15.90380.27110.1528
Hunter Lab39.879656.5582-61.2500
CIE-Lab46.848062.6962-55.5866

#a43fce color RGB value is (164,63,206).

#a43fce hex color red value is 164, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a43fce hue: 0.78 , saturation: 0.59 and the lightness value of a43fce is 0.53.

The process color (four color CMYK) of #a43fce color hex is 0.20, 0.69, 0.00, 0.19. Web safe color of #a43fce is #9933cc. Color #a43fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111111 11001110
Octal 244 77 316
Decimal 164 63 206
Hex A4 3F CE

RGB Percentages of Color #a43fce

%37.88
%14.55
%47.58

CMYK Percentages of Color #a43fce

%20
%69
%0
%19

Triadic Colors of #a43fce

#a43fce #cea43f #3fcea4

Analogous Colors of #a43fce

#a43fce #ce3fb1 #5c3fce

Monochromatic Colors of #a43fce

#a43fce

Complementary Color

#a43fce #69ce3f

#a43fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43fce Color CSS Codes

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

#a43fce Text Font Color

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

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


#a43fce Background Color

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

This div background color is #a43fce


#a43fce Border Color

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

This div border color is #a43fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43fce


Comments

No comments written yet.

Please login to write comment.