Color Hex Logo

#a30fbd Color Hex

#A30FBD
(163,15,189)
0 Favorites   0 Comments

Color spaces of #a30fbd

RGB 16315189
HSL0.810.850.40
HSV291°92°74°
CMYK 0.140.920.00   0.26
XYZ24.460411.802349.1330
Yxy11.80230.28640.1382
Hunter Lab34.354566.9717-60.7471
CIE-Lab40.900272.7782-55.2995

#a30fbd color RGB value is (163,15,189).

#a30fbd hex color red value is 163, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a30fbd hue: 0.81 , saturation: 0.85 and the lightness value of a30fbd is 0.40.

The process color (four color CMYK) of #a30fbd color hex is 0.14, 0.92, 0.00, 0.26. Web safe color of #a30fbd is #9900cc. Color #a30fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001111 10111101
Octal 243 17 275
Decimal 163 15 189
Hex A3 F BD

RGB Percentages of Color #a30fbd

%44.41
%4.09
%51.50

CMYK Percentages of Color #a30fbd

%14
%92
%0
%26

Triadic Colors of #a30fbd

#a30fbd #bda30f #0fbda3

Analogous Colors of #a30fbd

#a30fbd #bd0f80 #4c0fbd

Monochromatic Colors of #a30fbd

#a30fbd

Complementary Color

#a30fbd #29bd0f

#a30fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30fbd Color CSS Codes

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

#a30fbd Text Font Color

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

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


#a30fbd Background Color

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

This div background color is #a30fbd


#a30fbd Border Color

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

This div border color is #a30fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30fbd


Comments

No comments written yet.

Please login to write comment.