Color Hex Logo

#a03fbf Color Hex

#A03FBF
(160,63,191)
0 Favorites   0 Comments

Color spaces of #a03fbf

RGB 16063191
HSL0.790.500.50
HSV285°67°75°
CMYK 0.160.670.00   0.25
XYZ25.678714.790250.7916
Yxy14.79020.28140.1621
Hunter Lab38.458051.8842-51.3838
CIE-Lab45.345558.8122-49.3422

#a03fbf color RGB value is (160,63,191).

#a03fbf hex color red value is 160, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a03fbf hue: 0.79 , saturation: 0.50 and the lightness value of a03fbf is 0.50.

The process color (four color CMYK) of #a03fbf color hex is 0.16, 0.67, 0.00, 0.25. Web safe color of #a03fbf is #9933cc. Color #a03fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111111 10111111
Octal 240 77 277
Decimal 160 63 191
Hex A0 3F BF

RGB Percentages of Color #a03fbf

%38.65
%15.22
%46.14

CMYK Percentages of Color #a03fbf

%16
%67
%0
%25

Triadic Colors of #a03fbf

#a03fbf #bfa03f #3fbfa0

Analogous Colors of #a03fbf

#a03fbf #bf3f9e #603fbf

Monochromatic Colors of #a03fbf

#a03fbf

Complementary Color

#a03fbf #5ebf3f

#a03fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03fbf Color CSS Codes

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

#a03fbf Text Font Color

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

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


#a03fbf Background Color

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

This div background color is #a03fbf


#a03fbf Border Color

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

This div border color is #a03fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03fbf


Comments

No comments written yet.

Please login to write comment.