Color Hex Logo

#a518cf Color Hex

#A518CF
(165,24,207)
0 Favorites   0 Comments

Color spaces of #a518cf

RGB 16524207
HSL0.800.790.45
HSV286°88°81°
CMYK 0.200.880.00   0.19
XYZ27.106213.157660.1425
Yxy13.15760.27000.1310
Hunter Lab36.273469.9101-72.9134
CIE-Lab42.999874.8050-62.3745

#a518cf color RGB value is (165,24,207).

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

The process color (four color CMYK) of #a518cf color hex is 0.20, 0.88, 0.00, 0.19. Web safe color of #a518cf is #9900cc. Color #a518cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 11001111
Octal 245 30 317
Decimal 165 24 207
Hex A5 18 CF

RGB Percentages of Color #a518cf

%41.67
%6.06
%52.27

CMYK Percentages of Color #a518cf

%20
%88
%0
%19

Triadic Colors of #a518cf

#a518cf #cfa518 #18cfa5

Analogous Colors of #a518cf

#a518cf #cf189e #4a18cf

Monochromatic Colors of #a518cf

#a518cf

Complementary Color

#a518cf #42cf18

#a518cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a518cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a518cf Color CSS Codes

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

#a518cf Text Font Color

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

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


#a518cf Background Color

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

This div background color is #a518cf


#a518cf Border Color

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

This div border color is #a518cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a518cf


Comments

No comments written yet.

Please login to write comment.