Color Hex Logo

#a442bf Color Hex

#A442BF
(164,66,191)
0 Favorites   0 Comments

Color spaces of #a442bf

RGB 16466191
HSL0.800.490.50
HSV287°65°75°
CMYK 0.140.650.00   0.25
XYZ26.662015.550550.8865
Yxy15.55050.28640.1670
Hunter Lab39.434151.6768-48.9050
CIE-Lab46.379158.4310-47.6566

#a442bf color RGB value is (164,66,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 10111111
Octal 244 102 277
Decimal 164 66 191
Hex A4 42 BF

RGB Percentages of Color #a442bf

%38.95
%15.68
%45.37

CMYK Percentages of Color #a442bf

%14
%65
%0
%25

Triadic Colors of #a442bf

#a442bf #bfa442 #42bfa4

Analogous Colors of #a442bf

#a442bf #bf429c #6642bf

Monochromatic Colors of #a442bf

#a442bf

Complementary Color

#a442bf #5dbf42

#a442bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442bf Color CSS Codes

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

#a442bf Text Font Color

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

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


#a442bf Background Color

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

This div background color is #a442bf


#a442bf Border Color

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

This div border color is #a442bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442bf


Comments

No comments written yet.

Please login to write comment.