Color Hex Logo

#532038 Color Hex

#532038
(83,32,56)
0 Favorites   0 Comments

Color spaces of #532038

RGB 833256
HSL0.920.440.23
HSV332°61°33°
CMYK 0.000.610.33   0.67
XYZ4.79763.15754.0980
Yxy3.15750.39800.2620
Hunter Lab17.769417.0974-1.2350
CIE-Lab20.663926.7501-3.8109

#532038 color RGB value is (83,32,56).

#532038 hex color red value is 83, green value is 32 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #532038 hue: 0.92 , saturation: 0.44 and the lightness value of 532038 is 0.23.

The process color (four color CMYK) of #532038 color hex is 0.00, 0.61, 0.33, 0.67. Web safe color of #532038 is #663333. Color #532038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100000 00111000
Octal 123 40 70
Decimal 83 32 56
Hex 53 20 38

RGB Percentages of Color #532038

%48.54
%18.71
%32.75

CMYK Percentages of Color #532038

%0
%61
%33
%67

Triadic Colors of #532038

#532038 #385320 #203853

Analogous Colors of #532038

#532038 #532220 #532051

Monochromatic Colors of #532038

#532038

Complementary Color

#532038 #20533b

#532038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532038 Color CSS Codes

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

#532038 Text Font Color

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

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


#532038 Background Color

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

This div background color is #532038


#532038 Border Color

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

This div border color is #532038


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,32,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532038; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532038;
  -webkit-box-shadow: 1px 1px 3px 2px #532038;
  box-shadow:         1px 1px 3px 2px #532038; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,32,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532038


Comments

No comments written yet.

Please login to write comment.