color codes Logo

#a55ffb color codes

#A55FFB
(165,95,251)
0 Favorites   0 Comments

Color spaces of #a55ffb

RGB 16595251
HSL0.740.950.68
HSV267°62°98°
CMYK 0.340.620.00   0.02
XYZ37.021823.148893.7837
Yxy23.14880.24050.1504
Hunter Lab48.113253.1528-81.8906
CIE-Lab55.225358.1488-67.4892

#a55ffb color RGB value is (165,95,251).

#a55ffb hex color red value is 165, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a55ffb hue: 0.74 , saturation: 0.95 and the lightness value of a55ffb is 0.68.

The process color (four color CMYK) of #a55ffb color code is 0.34, 0.62, 0.00, 0.02. Web safe color of #a55ffb is #9966ff. Color #a55ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 11111011
Octal 245 137 373
Decimal 165 95 251
Hex A5 5F FB

RGB Percentages of Color #a55ffb

%32.29
%18.59
%49.12

CMYK Percentages of Color #a55ffb

%34
%62
%0
%2

Triadic Colors of #a55ffb

#a55ffb #fba55f #5ffba5

Analogous Colors of #a55ffb

#a55ffb #f35ffb #5f67fb

Monochromatic Colors of #a55ffb

#a55ffb

Complementary Color

#a55ffb #b5fb5f

#a55ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ffb Color CSS Codes

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

#a55ffb Text Font Color

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

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


#a55ffb Background Color

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

This div background color is #a55ffb


#a55ffb Border Color

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

This div border color is #a55ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ffb


Comments

No comments written yet.

Please login to write comment.