Color Hex Logo

#712338 Color Hex

#712338
(113,35,56)
0 Favorites   0 Comments

Color spaces of #712338

RGB 1133556
HSL0.960.530.29
HSV344°69°44°
CMYK 0.000.690.50   0.56
XYZ8.12494.99834.2779
Yxy4.99830.46690.2872
Hunter Lab22.356925.74564.3049
CIE-Lab26.729936.07645.6810

#712338 color RGB value is (113,35,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 00111000
Octal 161 43 70
Decimal 113 35 56
Hex 71 23 38

RGB Percentages of Color #712338

%55.39
%17.16
%27.45

CMYK Percentages of Color #712338

%0
%69
%50
%56

Triadic Colors of #712338

#712338 #387123 #233871

Analogous Colors of #712338

#712338 #713523 #71235f

Monochromatic Colors of #712338

#712338

Complementary Color

#712338 #23715c

#712338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712338 Color CSS Codes

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

#712338 Text Font Color

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

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


#712338 Background Color

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

This div background color is #712338


#712338 Border Color

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

This div border color is #712338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712338


Comments

No comments written yet.

Please login to write comment.