Color Hex Logo

#a43fdf Color Hex

#A43FDF
(164,63,223)
0 Favorites   0 Comments

Color spaces of #a43fdf

RGB 16463223
HSL0.770.710.56
HSV278°72°87°
CMYK 0.260.720.00   0.13
XYZ30.406616.775271.4474
Yxy16.77520.25630.1414
Hunter Lab40.957560.8415-74.7567
CIE-Lab47.975566.2070-63.4930

#a43fdf color RGB value is (164,63,223).

#a43fdf hex color red value is 164, green value is 63 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a43fdf hue: 0.77 , saturation: 0.71 and the lightness value of a43fdf is 0.56.

The process color (four color CMYK) of #a43fdf color hex is 0.26, 0.72, 0.00, 0.13. Web safe color of #a43fdf is #9933cc. Color #a43fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111111 11011111
Octal 244 77 337
Decimal 164 63 223
Hex A4 3F DF

RGB Percentages of Color #a43fdf

%36.44
%14.00
%49.56

CMYK Percentages of Color #a43fdf

%26
%72
%0
%13

Triadic Colors of #a43fdf

#a43fdf #dfa43f #3fdfa4

Analogous Colors of #a43fdf

#a43fdf #df3fca #543fdf

Monochromatic Colors of #a43fdf

#a43fdf

Complementary Color

#a43fdf #7adf3f

#a43fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43fdf Color CSS Codes

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

#a43fdf Text Font Color

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

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


#a43fdf Background Color

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

This div background color is #a43fdf


#a43fdf Border Color

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

This div border color is #a43fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43fdf


Comments

No comments written yet.

Please login to write comment.