Color Hex Logo

#a832cf Color Hex

#A832CF
(168,50,207)
0 Favorites   0 Comments

Color spaces of #a832cf

RGB 16850207
HSL0.790.620.50
HSV285°76°81°
CMYK 0.190.760.00   0.19
XYZ28.551515.111060.4434
Yxy15.11100.27430.1452
Hunter Lab38.872963.0779-64.9790
CIE-Lab45.785968.5444-57.8441

#a832cf color RGB value is (168,50,207).

#a832cf hex color red value is 168, green value is 50 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a832cf hue: 0.79 , saturation: 0.62 and the lightness value of a832cf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11001111
Octal 250 62 317
Decimal 168 50 207
Hex A8 32 CF

RGB Percentages of Color #a832cf

%39.53
%11.76
%48.71

CMYK Percentages of Color #a832cf

%19
%76
%0
%19

Triadic Colors of #a832cf

#a832cf #cfa832 #32cfa8

Analogous Colors of #a832cf

#a832cf #cf32a8 #5a32cf

Monochromatic Colors of #a832cf

#a832cf

Complementary Color

#a832cf #59cf32

#a832cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832cf Color CSS Codes

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

#a832cf Text Font Color

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

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


#a832cf Background Color

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

This div background color is #a832cf


#a832cf Border Color

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

This div border color is #a832cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832cf


Comments

No comments written yet.

Please login to write comment.