Color Hex Logo

#a35dbc Color Hex

#A35DBC
(163,93,188)
0 Favorites   0 Comments

Color spaces of #a35dbc

RGB 16393188
HSL0.790.410.55
HSV284°51°74°
CMYK 0.130.510.00   0.26
XYZ28.095719.246149.8110
Yxy19.24610.28920.1981
Hunter Lab43.870437.5428-36.6094
CIE-Lab50.973944.3907-38.6334

#a35dbc color RGB value is (163,93,188).

#a35dbc hex color red value is 163, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a35dbc hue: 0.79 , saturation: 0.41 and the lightness value of a35dbc is 0.55.

The process color (four color CMYK) of #a35dbc color hex is 0.13, 0.51, 0.00, 0.26. Web safe color of #a35dbc is #9966cc. Color #a35dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 10111100
Octal 243 135 274
Decimal 163 93 188
Hex A3 5D BC

RGB Percentages of Color #a35dbc

%36.71
%20.95
%42.34

CMYK Percentages of Color #a35dbc

%13
%51
%0
%26

Triadic Colors of #a35dbc

#a35dbc #bca35d #5dbca3

Analogous Colors of #a35dbc

#a35dbc #bc5da6 #745dbc

Monochromatic Colors of #a35dbc

#a35dbc

Complementary Color

#a35dbc #76bc5d

#a35dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dbc Color CSS Codes

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

#a35dbc Text Font Color

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

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


#a35dbc Background Color

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

This div background color is #a35dbc


#a35dbc Border Color

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

This div border color is #a35dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dbc


Comments

No comments written yet.

Please login to write comment.