Color Hex Logo

#a826dc Color Hex

#A826DC
(168,38,220)
0 Favorites   0 Comments

Color spaces of #a826dc

RGB 16838220
HSL0.790.720.51
HSV283°83°86°
CMYK 0.240.830.00   0.14
XYZ29.759814.878469.0134
Yxy14.87840.26190.1309
Hunter Lab38.572570.2159-79.0800
CIE-Lab45.467274.5766-65.8213

#a826dc color RGB value is (168,38,220).

#a826dc hex color red value is 168, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a826dc hue: 0.79 , saturation: 0.72 and the lightness value of a826dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 11011100
Octal 250 46 334
Decimal 168 38 220
Hex A8 26 DC

RGB Percentages of Color #a826dc

%39.44
%8.92
%51.64

CMYK Percentages of Color #a826dc

%24
%83
%0
%14

Triadic Colors of #a826dc

#a826dc #dca826 #26dca8

Analogous Colors of #a826dc

#a826dc #dc26b5 #4d26dc

Monochromatic Colors of #a826dc

#a826dc

Complementary Color

#a826dc #5adc26

#a826dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a826dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a826dc Color CSS Codes

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

#a826dc Text Font Color

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

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


#a826dc Background Color

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

This div background color is #a826dc


#a826dc Border Color

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

This div border color is #a826dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a826dc


Comments

No comments written yet.

Please login to write comment.