Color Hex Logo

#a35bdc Color Hex

#A35BDC
(163,91,220)
0 Favorites   0 Comments

Color spaces of #a35bdc

RGB 16391220
HSL0.760.650.61
HSV273°59°86°
CMYK 0.260.590.00   0.14
XYZ31.763620.436069.9806
Yxy20.43600.26000.1673
Hunter Lab45.206246.3101-60.1384
CIE-Lab52.326652.4655-54.7935

#a35bdc color RGB value is (163,91,220).

#a35bdc hex color red value is 163, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a35bdc hue: 0.76 , saturation: 0.65 and the lightness value of a35bdc is 0.61.

The process color (four color CMYK) of #a35bdc color hex is 0.26, 0.59, 0.00, 0.14. Web safe color of #a35bdc is #9966cc. Color #a35bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 11011100
Octal 243 133 334
Decimal 163 91 220
Hex A3 5B DC

RGB Percentages of Color #a35bdc

%34.39
%19.20
%46.41

CMYK Percentages of Color #a35bdc

%26
%59
%0
%14

Triadic Colors of #a35bdc

#a35bdc #dca35b #5bdca3

Analogous Colors of #a35bdc

#a35bdc #dc5bd5 #625bdc

Monochromatic Colors of #a35bdc

#a35bdc

Complementary Color

#a35bdc #94dc5b

#a35bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bdc Color CSS Codes

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

#a35bdc Text Font Color

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

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


#a35bdc Background Color

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

This div background color is #a35bdc


#a35bdc Border Color

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

This div border color is #a35bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bdc


Comments

No comments written yet.

Please login to write comment.