Color Hex Logo

#a542fb Color Hex

#A542FB
(165,66,251)
0 Favorites   0 Comments

Color spaces of #a542fb

RGB 16566251
HSL0.760.960.62
HSV272°74°98°
CMYK 0.340.740.00   0.02
XYZ34.877918.860893.0690
Yxy18.86080.23760.1285
Hunter Lab43.429067.3528-96.6590
CIE-Lab50.523971.2239-75.1103

#a542fb color RGB value is (165,66,251).

#a542fb hex color red value is 165, green value is 66 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a542fb hue: 0.76 , saturation: 0.96 and the lightness value of a542fb is 0.62.

The process color (four color CMYK) of #a542fb color hex is 0.34, 0.74, 0.00, 0.02. Web safe color of #a542fb is #9933ff. Color #a542fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000010 11111011
Octal 245 102 373
Decimal 165 66 251
Hex A5 42 FB

RGB Percentages of Color #a542fb

%34.23
%13.69
%52.07

CMYK Percentages of Color #a542fb

%34
%74
%0
%2

Triadic Colors of #a542fb

#a542fb #fba542 #42fba5

Analogous Colors of #a542fb

#a542fb #fb42f5 #4842fb

Monochromatic Colors of #a542fb

#a542fb

Complementary Color

#a542fb #98fb42

#a542fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a542fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a542fb Color CSS Codes

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

#a542fb Text Font Color

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

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


#a542fb Background Color

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

This div background color is #a542fb


#a542fb Border Color

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

This div border color is #a542fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a542fb

Related Colors


Comments

No comments written yet.

Please login to write comment.