color codes Logo

#a355df color codes

#A355DF
(163,85,223)
0 Favorites   0 Comments

Color spaces of #a355df

RGB 16385223
HSL0.760.680.60
HSV274°62°87°
CMYK 0.270.620.00   0.13
XYZ31.672019.611271.9281
Yxy19.61120.25710.1592
Hunter Lab44.284550.1641-65.3012
CIE-Lab51.394756.1483-57.9867

#a355df color RGB value is (163,85,223).

#a355df hex color red value is 163, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a355df hue: 0.76 , saturation: 0.68 and the lightness value of a355df is 0.60.

The process color (four color CMYK) of #a355df color code is 0.27, 0.62, 0.00, 0.13. Web safe color of #a355df is #9966cc. Color #a355df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 11011111
Octal 243 125 337
Decimal 163 85 223
Hex A3 55 DF

RGB Percentages of Color #a355df

%34.61
%18.05
%47.35

CMYK Percentages of Color #a355df

%27
%62
%0
%13

Triadic Colors of #a355df

#a355df #dfa355 #55dfa3

Analogous Colors of #a355df

#a355df #df55d6 #5e55df

Monochromatic Colors of #a355df

#a355df

Complementary Color

#a355df #91df55

#a355df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a355df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a355df Color CSS Codes

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

#a355df Text Font Color

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

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


#a355df Background Color

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

This div background color is #a355df


#a355df Border Color

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

This div border color is #a355df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,85,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a355df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a355df;
  -webkit-box-shadow: 1px 1px 3px 2px #a355df;
  box-shadow:         1px 1px 3px 2px #a355df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,85,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a355df


Comments

No comments written yet.

Please login to write comment.