Color Hex Logo

#a35fbf Color Hex

#A35FBF
(163,95,191)
0 Favorites   0 Comments

Color spaces of #a35fbf

RGB 16395191
HSL0.780.430.56
HSV283°50°75°
CMYK 0.150.500.00   0.25
XYZ28.600419.732551.5916
Yxy19.73250.28620.1975
Hunter Lab44.421337.1890-37.7655
CIE-Lab51.533443.9615-39.4835

#a35fbf color RGB value is (163,95,191).

#a35fbf hex color red value is 163, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a35fbf hue: 0.78 , saturation: 0.43 and the lightness value of a35fbf is 0.56.

The process color (four color CMYK) of #a35fbf color hex is 0.15, 0.50, 0.00, 0.25. Web safe color of #a35fbf is #9966cc. Color #a35fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011111 10111111
Octal 243 137 277
Decimal 163 95 191
Hex A3 5F BF

RGB Percentages of Color #a35fbf

%36.30
%21.16
%42.54

CMYK Percentages of Color #a35fbf

%15
%50
%0
%25

Triadic Colors of #a35fbf

#a35fbf #bfa35f #5fbfa3

Analogous Colors of #a35fbf

#a35fbf #bf5fab #735fbf

Monochromatic Colors of #a35fbf

#a35fbf

Complementary Color

#a35fbf #7bbf5f

#a35fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35fbf Color CSS Codes

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

#a35fbf Text Font Color

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

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


#a35fbf Background Color

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

This div background color is #a35fbf


#a35fbf Border Color

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

This div border color is #a35fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35fbf


Comments

No comments written yet.

Please login to write comment.