Color Hex Logo

#a83372 Color Hex

#A83372
(168,51,114)
0 Favorites   0 Comments

Color spaces of #a83372

RGB 16851114
HSL0.910.530.43
HSV328°70°66°
CMYK 0.000.700.32   0.34
XYZ20.369511.907417.1444
Yxy11.90740.41220.2409
Hunter Lab34.507144.9809-5.3025
CIE-Lab41.068653.2302-9.6043

#a83372 color RGB value is (168,51,114).

#a83372 hex color red value is 168, green value is 51 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a83372 hue: 0.91 , saturation: 0.53 and the lightness value of a83372 is 0.43.

The process color (four color CMYK) of #a83372 color hex is 0.00, 0.70, 0.32, 0.34. Web safe color of #a83372 is #993366. Color #a83372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 01110010
Octal 250 63 162
Decimal 168 51 114
Hex A8 33 72

RGB Percentages of Color #a83372

%50.45
%15.32
%34.23

CMYK Percentages of Color #a83372

%0
%70
%32
%34

Triadic Colors of #a83372

#a83372 #72a833 #3372a8

Analogous Colors of #a83372

#a83372 #a83337 #a433a8

Monochromatic Colors of #a83372

#a83372

Complementary Color

#a83372 #33a869

#a83372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83372 Color CSS Codes

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

#a83372 Text Font Color

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

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


#a83372 Background Color

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

This div background color is #a83372


#a83372 Border Color

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

This div border color is #a83372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83372


Comments

No comments written yet.

Please login to write comment.