color codes Logo

#a527fb color codes

#A527FB
(165,39,251)
0 Favorites   0 Comments

Color spaces of #a527fb

RGB 16539251
HSL0.770.960.57
HSV276°84°98°
CMYK 0.340.840.00   0.02
XYZ33.655216.415492.6615
Yxy16.41540.23580.1150
Hunter Lab40.515977.3710-107.2374
CIE-Lab47.514879.9614-80.0210

#a527fb color RGB value is (165,39,251).

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

The process color (four color CMYK) of #a527fb color code is 0.34, 0.84, 0.00, 0.02. Web safe color of #a527fb is #9933ff. Color #a527fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 11111011
Octal 245 47 373
Decimal 165 39 251
Hex A5 27 FB

RGB Percentages of Color #a527fb

%36.26
%8.57
%55.16

CMYK Percentages of Color #a527fb

%34
%84
%0
%2

Triadic Colors of #a527fb

#a527fb #fba527 #27fba5

Analogous Colors of #a527fb

#a527fb #fb27e7 #3b27fb

Monochromatic Colors of #a527fb

#a527fb

Complementary Color

#a527fb #7dfb27

#a527fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a527fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a527fb Color CSS Codes

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

#a527fb Text Font Color

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

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


#a527fb Background Color

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

This div background color is #a527fb


#a527fb Border Color

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

This div border color is #a527fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a527fb


Comments

No comments written yet.

Please login to write comment.