Color Hex Logo

#a823cf Color Hex

#A823CF
(168,35,207)
0 Favorites   0 Comments

Color spaces of #a823cf

RGB 16835207
HSL0.800.710.47
HSV286°83°81°
CMYK 0.190.830.00   0.19
XYZ28.012014.031960.2635
Yxy14.03190.27380.1372
Hunter Lab37.459267.9289-69.1630
CIE-Lab44.278672.9184-60.2795

#a823cf color RGB value is (168,35,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 11001111
Octal 250 43 317
Decimal 168 35 207
Hex A8 23 CF

RGB Percentages of Color #a823cf

%40.98
%8.54
%50.49

CMYK Percentages of Color #a823cf

%19
%83
%0
%19

Triadic Colors of #a823cf

#a823cf #cfa823 #23cfa8

Analogous Colors of #a823cf

#a823cf #cf23a0 #5223cf

Monochromatic Colors of #a823cf

#a823cf

Complementary Color

#a823cf #4acf23

#a823cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a823cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a823cf Color CSS Codes

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

#a823cf Text Font Color

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

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


#a823cf Background Color

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

This div background color is #a823cf


#a823cf Border Color

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

This div border color is #a823cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a823cf


Comments

No comments written yet.

Please login to write comment.