color codes Logo

#a35ebc color codes

#A35EBC
(163,94,188)
0 Favorites   0 Comments

Color spaces of #a35ebc

RGB 16394188
HSL0.790.410.55
HSV284°50°74°
CMYK 0.130.500.00   0.26
XYZ28.184119.422849.8405
Yxy19.42280.28920.1993
Hunter Lab44.071337.0280-36.2015
CIE-Lab51.178243.8588-38.3115

#a35ebc color RGB value is (163,94,188).

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

The process color (four color CMYK) of #a35ebc color code is 0.13, 0.50, 0.00, 0.26. Web safe color of #a35ebc is #9966cc. Color #a35ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 10111100
Octal 243 136 274
Decimal 163 94 188
Hex A3 5E BC

RGB Percentages of Color #a35ebc

%36.63
%21.12
%42.25

CMYK Percentages of Color #a35ebc

%13
%50
%0
%26

Triadic Colors of #a35ebc

#a35ebc #bca35e #5ebca3

Analogous Colors of #a35ebc

#a35ebc #bc5ea6 #745ebc

Monochromatic Colors of #a35ebc

#a35ebc

Complementary Color

#a35ebc #77bc5e

#a35ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35ebc Color CSS Codes

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

#a35ebc Text Font Color

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

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


#a35ebc Background Color

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

This div background color is #a35ebc


#a35ebc Border Color

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

This div border color is #a35ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35ebc


Comments

No comments written yet.

Please login to write comment.