Color Hex Logo

#a442be Color Hex

#A442BE
(164,66,190)
0 Favorites   0 Comments

Color spaces of #a442be

RGB 16466190
HSL0.800.490.50
HSV287°65°75°
CMYK 0.140.650.00   0.25
XYZ26.552315.506650.3088
Yxy15.50660.28750.1679
Hunter Lab39.378451.4477-48.1824
CIE-Lab46.320458.2347-47.1683

#a442be color RGB value is (164,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 10111110
Octal 244 102 276
Decimal 164 66 190
Hex A4 42 BE

RGB Percentages of Color #a442be

%39.05
%15.71
%45.24

CMYK Percentages of Color #a442be

%14
%65
%0
%25

Triadic Colors of #a442be

#a442be #bea442 #42bea4

Analogous Colors of #a442be

#a442be #be429a #6642be

Monochromatic Colors of #a442be

#a442be

Complementary Color

#a442be #5cbe42

#a442be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442be Color CSS Codes

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

#a442be Text Font Color

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

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


#a442be Background Color

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

This div background color is #a442be


#a442be Border Color

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

This div border color is #a442be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442be


Comments

No comments written yet.

Please login to write comment.