color codes Logo

#a80bfd color codes

#A80BFD
(168,11,253)
0 Favorites   0 Comments

Color spaces of #a80bfd

RGB 16811253
HSL0.770.980.52
HSV279°96°99°
CMYK 0.340.960.00   0.01
XYZ33.997715.656094.1585
Yxy15.65600.23640.1089
Hunter Lab39.567784.1290-113.3940
CIE-Lab46.519985.4458-82.7516

#a80bfd color RGB value is (168,11,253).

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

The process color (four color CMYK) of #a80bfd color code is 0.34, 0.96, 0.00, 0.01. Web safe color of #a80bfd is #9900ff. Color #a80bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001011 11111101
Octal 250 13 375
Decimal 168 11 253
Hex A8 B FD

RGB Percentages of Color #a80bfd

%38.89
%2.55
%58.56

CMYK Percentages of Color #a80bfd

%34
%96
%0
%1

Triadic Colors of #a80bfd

#a80bfd #fda80b #0bfda8

Analogous Colors of #a80bfd

#a80bfd #fd0bd9 #2f0bfd

Monochromatic Colors of #a80bfd

#a80bfd

Complementary Color

#a80bfd #60fd0b

#a80bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80bfd Color CSS Codes

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

#a80bfd Text Font Color

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

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


#a80bfd Background Color

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

This div background color is #a80bfd


#a80bfd Border Color

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

This div border color is #a80bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80bfd


Comments

No comments written yet.

Please login to write comment.