Color Hex Logo

#71233c Color Hex

#71233C
(113,35,60)
0 Favorites   0 Comments

Color spaces of #71233c

RGB 1133560
HSL0.950.530.29
HSV341°69°44°
CMYK 0.000.690.47   0.56
XYZ8.22675.03904.8140
Yxy5.03900.45500.2787
Hunter Lab22.447726.13372.9984
CIE-Lab26.845636.49393.1512

#71233c color RGB value is (113,35,60).

#71233c hex color red value is 113, green value is 35 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #71233c hue: 0.95 , saturation: 0.53 and the lightness value of 71233c is 0.29.

The process color (four color CMYK) of #71233c color hex is 0.00, 0.69, 0.47, 0.56. Web safe color of #71233c is #663333. Color #71233c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 00111100
Octal 161 43 74
Decimal 113 35 60
Hex 71 23 3C

RGB Percentages of Color #71233c

%54.33
%16.83
%28.85

CMYK Percentages of Color #71233c

%0
%69
%47
%56

Triadic Colors of #71233c

#71233c #3c7123 #233c71

Analogous Colors of #71233c

#71233c #713123 #712363

Monochromatic Colors of #71233c

#71233c

Complementary Color

#71233c #237158

#71233c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71233c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71233c Color CSS Codes

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

#71233c Text Font Color

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

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


#71233c Background Color

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

This div background color is #71233c


#71233c Border Color

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

This div border color is #71233c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,35,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71233c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71233c;
  -webkit-box-shadow: 1px 1px 3px 2px #71233c;
  box-shadow:         1px 1px 3px 2px #71233c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,35,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71233c


Comments

No comments written yet.

Please login to write comment.