Color Hex Logo

#a824bc Color Hex

#A824BC
(168,36,188)
0 Favorites   0 Comments

Color spaces of #a824bc

RGB 16836188
HSL0.810.680.44
HSV292°81°74°
CMYK 0.110.810.00   0.26
XYZ25.856413.217448.7654
Yxy13.21740.29440.1505
Hunter Lab36.355763.3276-54.0790
CIE-Lab43.089069.2823-51.1421

#a824bc color RGB value is (168,36,188).

#a824bc hex color red value is 168, green value is 36 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a824bc hue: 0.81 , saturation: 0.68 and the lightness value of a824bc is 0.44.

The process color (four color CMYK) of #a824bc color hex is 0.11, 0.81, 0.00, 0.26. Web safe color of #a824bc is #9933cc. Color #a824bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 10111100
Octal 250 44 274
Decimal 168 36 188
Hex A8 24 BC

RGB Percentages of Color #a824bc

%42.86
%9.18
%47.96

CMYK Percentages of Color #a824bc

%11
%81
%0
%26

Triadic Colors of #a824bc

#a824bc #bca824 #24bca8

Analogous Colors of #a824bc

#a824bc #bc2484 #5c24bc

Monochromatic Colors of #a824bc

#a824bc

Complementary Color

#a824bc #38bc24

#a824bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a824bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a824bc Color CSS Codes

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

#a824bc Text Font Color

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

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


#a824bc Background Color

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

This div background color is #a824bc


#a824bc Border Color

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

This div border color is #a824bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,36,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a824bc


Comments

No comments written yet.

Please login to write comment.