Color Hex Logo

#a42bca Color Hex

#A42BCA
(164,43,202)
0 Favorites   0 Comments

Color spaces of #a42bca

RGB 16443202
HSL0.790.650.48
HSV286°79°79°
CMYK 0.190.790.00   0.21
XYZ26.834413.884557.1428
Yxy13.88450.27420.1419
Hunter Lab37.261963.3396-64.8405
CIE-Lab44.066869.1018-57.7598

#a42bca color RGB value is (164,43,202).

#a42bca hex color red value is 164, green value is 43 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a42bca hue: 0.79 , saturation: 0.65 and the lightness value of a42bca is 0.48.

The process color (four color CMYK) of #a42bca color hex is 0.19, 0.79, 0.00, 0.21. Web safe color of #a42bca is #9933cc. Color #a42bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101011 11001010
Octal 244 53 312
Decimal 164 43 202
Hex A4 2B CA

RGB Percentages of Color #a42bca

%40.10
%10.51
%49.39

CMYK Percentages of Color #a42bca

%19
%79
%0
%21

Triadic Colors of #a42bca

#a42bca #caa42b #2bcaa4

Analogous Colors of #a42bca

#a42bca #ca2ba1 #552bca

Monochromatic Colors of #a42bca

#a42bca

Complementary Color

#a42bca #51ca2b

#a42bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42bca Color CSS Codes

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

#a42bca Text Font Color

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

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


#a42bca Background Color

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

This div background color is #a42bca


#a42bca Border Color

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

This div border color is #a42bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42bca


Comments

No comments written yet.

Please login to write comment.