Color Hex Logo

#a53ccf Color Hex

#A53CCF
(165,60,207)
0 Favorites   0 Comments

Color spaces of #a53ccf

RGB 16560207
HSL0.790.600.52
HSV283°71°81°
CMYK 0.200.710.00   0.19
XYZ28.395415.736060.5722
Yxy15.73600.27120.1503
Hunter Lab39.668658.3529-62.7651
CIE-Lab46.626264.3108-56.5119

#a53ccf color RGB value is (165,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111100 11001111
Octal 245 74 317
Decimal 165 60 207
Hex A5 3C CF

RGB Percentages of Color #a53ccf

%38.19
%13.89
%47.92

CMYK Percentages of Color #a53ccf

%20
%71
%0
%19

Triadic Colors of #a53ccf

#a53ccf #cfa53c #3ccfa5

Analogous Colors of #a53ccf

#a53ccf #cf3cb0 #5b3ccf

Monochromatic Colors of #a53ccf

#a53ccf

Complementary Color

#a53ccf #66cf3c

#a53ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53ccf Color CSS Codes

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

#a53ccf Text Font Color

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

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


#a53ccf Background Color

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

This div background color is #a53ccf


#a53ccf Border Color

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

This div border color is #a53ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53ccf


Comments

No comments written yet.

Please login to write comment.