Color Hex Logo

#a824cf Color Hex

#A824CF
(168,36,207)
0 Favorites   0 Comments

Color spaces of #a824cf

RGB 16836207
HSL0.800.700.48
HSV286°83°81°
CMYK 0.190.830.00   0.19
XYZ28.041814.091660.2735
Yxy14.09160.27380.1376
Hunter Lab37.538867.6482-68.9208
CIE-Lab44.364072.6684-60.1414

#a824cf color RGB value is (168,36,207).

#a824cf hex color red value is 168, green value is 36 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a824cf hue: 0.80 , saturation: 0.70 and the lightness value of a824cf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 11001111
Octal 250 44 317
Decimal 168 36 207
Hex A8 24 CF

RGB Percentages of Color #a824cf

%40.88
%8.76
%50.36

CMYK Percentages of Color #a824cf

%19
%83
%0
%19

Triadic Colors of #a824cf

#a824cf #cfa824 #24cfa8

Analogous Colors of #a824cf

#a824cf #cf24a1 #5224cf

Monochromatic Colors of #a824cf

#a824cf

Complementary Color

#a824cf #4bcf24

#a824cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a824cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a824cf Color CSS Codes

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

#a824cf Text Font Color

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

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


#a824cf Background Color

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

This div background color is #a824cf


#a824cf Border Color

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

This div border color is #a824cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a824cf


Comments

No comments written yet.

Please login to write comment.