Color Hex Logo

#a50bfc Color Hex

#A50BFC
(165,11,252)
0 Favorites   0 Comments

Color spaces of #a50bfc

RGB 16511252
HSL0.770.980.52
HSV278°96°99°
CMYK 0.350.960.00   0.01
XYZ33.207415.267093.2921
Yxy15.26700.23420.1077
Hunter Lab39.073083.3260-114.2118
CIE-Lab45.997784.9247-83.0656

#a50bfc color RGB value is (165,11,252).

#a50bfc hex color red value is 165, green value is 11 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a50bfc hue: 0.77 , saturation: 0.98 and the lightness value of a50bfc is 0.52.

The process color (four color CMYK) of #a50bfc color hex is 0.35, 0.96, 0.00, 0.01. Web safe color of #a50bfc is #9900ff. Color #a50bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001011 11111100
Octal 245 13 374
Decimal 165 11 252
Hex A5 B FC

RGB Percentages of Color #a50bfc

%38.55
%2.57
%58.88

CMYK Percentages of Color #a50bfc

%35
%96
%0
%1

Triadic Colors of #a50bfc

#a50bfc #fca50b #0bfca5

Analogous Colors of #a50bfc

#a50bfc #fc0bdb #2d0bfc

Monochromatic Colors of #a50bfc

#a50bfc

Complementary Color

#a50bfc #62fc0b

#a50bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50bfc Color CSS Codes

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

#a50bfc Text Font Color

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

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


#a50bfc Background Color

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

This div background color is #a50bfc


#a50bfc Border Color

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

This div border color is #a50bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50bfc


Comments

No comments written yet.

Please login to write comment.