Color Hex Logo

#a34fcc Color Hex

#A34FCC
(163,79,204)
0 Favorites   0 Comments

Color spaces of #a34fcc

RGB 16379204
HSL0.780.550.55
HSV280°61°80°
CMYK 0.200.610.00   0.20
XYZ28.799317.738159.0327
Yxy17.73810.27280.1680
Hunter Lab42.116648.3540-53.6221
CIE-Lab49.176954.8938-50.7086

#a34fcc color RGB value is (163,79,204).

#a34fcc hex color red value is 163, green value is 79 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a34fcc hue: 0.78 , saturation: 0.55 and the lightness value of a34fcc is 0.55.

The process color (four color CMYK) of #a34fcc color hex is 0.20, 0.61, 0.00, 0.20. Web safe color of #a34fcc is #9966cc. Color #a34fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001111 11001100
Octal 243 117 314
Decimal 163 79 204
Hex A3 4F CC

RGB Percentages of Color #a34fcc

%36.55
%17.71
%45.74

CMYK Percentages of Color #a34fcc

%20
%61
%0
%20

Triadic Colors of #a34fcc

#a34fcc #cca34f #4fcca3

Analogous Colors of #a34fcc

#a34fcc #cc4fb7 #654fcc

Monochromatic Colors of #a34fcc

#a34fcc

Complementary Color

#a34fcc #78cc4f

#a34fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34fcc Color CSS Codes

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

#a34fcc Text Font Color

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

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


#a34fcc Background Color

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

This div background color is #a34fcc


#a34fcc Border Color

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

This div border color is #a34fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34fcc


Comments

No comments written yet.

Please login to write comment.