Color Hex Logo

#a53fcf Color Hex

#A53FCF
(165,63,207)
0 Favorites   0 Comments

Color spaces of #a53fcf

RGB 16563207
HSL0.780.600.53
HSV283°70°81°
CMYK 0.200.700.00   0.19
XYZ28.557016.059360.6261
Yxy16.05930.27130.1526
Hunter Lab40.074157.0705-61.6451
CIE-Lab47.052263.1076-55.8262

#a53fcf color RGB value is (165,63,207).

#a53fcf hex color red value is 165, green value is 63 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a53fcf hue: 0.78 , saturation: 0.60 and the lightness value of a53fcf is 0.53.

The process color (four color CMYK) of #a53fcf color hex is 0.20, 0.70, 0.00, 0.19. Web safe color of #a53fcf is #9933cc. Color #a53fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111111 11001111
Octal 245 77 317
Decimal 165 63 207
Hex A5 3F CF

RGB Percentages of Color #a53fcf

%37.93
%14.48
%47.59

CMYK Percentages of Color #a53fcf

%20
%70
%0
%19

Triadic Colors of #a53fcf

#a53fcf #cfa53f #3fcfa5

Analogous Colors of #a53fcf

#a53fcf #cf3fb1 #5d3fcf

Monochromatic Colors of #a53fcf

#a53fcf

Complementary Color

#a53fcf #69cf3f

#a53fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53fcf Color CSS Codes

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

#a53fcf Text Font Color

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

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


#a53fcf Background Color

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

This div background color is #a53fcf


#a53fcf Border Color

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

This div border color is #a53fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,63,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53fcf


Comments

No comments written yet.

Please login to write comment.