Color Hex Logo

#a42fed Color Hex

#A42FED
(164,47,237)
0 Favorites   0 Comments

Color spaces of #a42fed

RGB 16447237
HSL0.770.840.56
HSV277°80°93°
CMYK 0.310.800.00   0.07
XYZ31.612416.040081.5506
Yxy16.04000.24470.1241
Hunter Lab40.050070.8069-92.6926
CIE-Lab47.026974.7576-72.9621

#a42fed color RGB value is (164,47,237).

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

The process color (four color CMYK) of #a42fed color hex is 0.31, 0.80, 0.00, 0.07. Web safe color of #a42fed is #9933ff. Color #a42fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101111 11101101
Octal 244 57 355
Decimal 164 47 237
Hex A4 2F ED

RGB Percentages of Color #a42fed

%36.61
%10.49
%52.90

CMYK Percentages of Color #a42fed

%31
%80
%0
%7

Triadic Colors of #a42fed

#a42fed #eda42f #2feda4

Analogous Colors of #a42fed

#a42fed #ed2fd7 #452fed

Monochromatic Colors of #a42fed

#a42fed

Complementary Color

#a42fed #78ed2f

#a42fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42fed Color CSS Codes

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

#a42fed Text Font Color

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

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


#a42fed Background Color

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

This div background color is #a42fed


#a42fed Border Color

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

This div border color is #a42fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42fed


Comments

No comments written yet.

Please login to write comment.