Color Hex Logo

#a42fcb Color Hex

#A42FCB
(164,47,203)
0 Favorites   0 Comments

Color spaces of #a42fcb

RGB 16447203
HSL0.790.620.49
HSV285°77°80°
CMYK 0.190.770.00   0.20
XYZ27.105814.237357.8194
Yxy14.23730.27330.1436
Hunter Lab37.732362.1975-64.4408
CIE-Lab44.571368.0293-57.5242

#a42fcb color RGB value is (164,47,203).

#a42fcb hex color red value is 164, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a42fcb hue: 0.79 , saturation: 0.62 and the lightness value of a42fcb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101111 11001011
Octal 244 57 313
Decimal 164 47 203
Hex A4 2F CB

RGB Percentages of Color #a42fcb

%39.61
%11.35
%49.03

CMYK Percentages of Color #a42fcb

%19
%77
%0
%20

Triadic Colors of #a42fcb

#a42fcb #cba42f #2fcba4

Analogous Colors of #a42fcb

#a42fcb #cb2fa4 #562fcb

Monochromatic Colors of #a42fcb

#a42fcb

Complementary Color

#a42fcb #56cb2f

#a42fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42fcb Color CSS Codes

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

#a42fcb Text Font Color

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

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


#a42fcb Background Color

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

This div background color is #a42fcb


#a42fcb Border Color

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

This div border color is #a42fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42fcb


Comments

No comments written yet.

Please login to write comment.