Color Hex Logo

#a34fbc Color Hex

#A34FBC
(163,79,188)
0 Favorites   0 Comments

Color spaces of #a34fbc

RGB 16379188
HSL0.800.450.52
HSV286°58°74°
CMYK 0.130.580.00   0.26
XYZ26.977317.009349.4382
Yxy17.00930.28880.1821
Hunter Lab41.242344.5858-42.2028
CIE-Lab48.271851.5584-42.9068

#a34fbc color RGB value is (163,79,188).

#a34fbc hex color red value is 163, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a34fbc hue: 0.80 , saturation: 0.45 and the lightness value of a34fbc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001111 10111100
Octal 243 117 274
Decimal 163 79 188
Hex A3 4F BC

RGB Percentages of Color #a34fbc

%37.91
%18.37
%43.72

CMYK Percentages of Color #a34fbc

%13
%58
%0
%26

Triadic Colors of #a34fbc

#a34fbc #bca34f #4fbca3

Analogous Colors of #a34fbc

#a34fbc #bc4f9f #6d4fbc

Monochromatic Colors of #a34fbc

#a34fbc

Complementary Color

#a34fbc #68bc4f

#a34fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34fbc Color CSS Codes

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

#a34fbc Text Font Color

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

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


#a34fbc Background Color

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

This div background color is #a34fbc


#a34fbc Border Color

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

This div border color is #a34fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34fbc


Comments

No comments written yet.

Please login to write comment.