Color Hex Logo

#710334 Color Hex

#710334
(113,3,52)
0 Favorites   0 Comments

Color spaces of #710334

RGB 113352
HSL0.930.950.23
HSV333°97°44°
CMYK 0.000.970.54   0.56
XYZ7.46243.82383.5936
Yxy3.82380.50150.2570
Hunter Lab19.554533.89872.7923
CIE-Lab23.080245.65103.2262

#710334 color RGB value is (113,3,52).

#710334 hex color red value is 113, green value is 3 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #710334 hue: 0.93 , saturation: 0.95 and the lightness value of 710334 is 0.23.

The process color (four color CMYK) of #710334 color hex is 0.00, 0.97, 0.54, 0.56. Web safe color of #710334 is #660033. Color #710334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000011 00110100
Octal 161 3 64
Decimal 113 3 52
Hex 71 3 34

RGB Percentages of Color #710334

%67.26
%1.79
%30.95

CMYK Percentages of Color #710334

%0
%97
%54
%56

Triadic Colors of #710334

#710334 #347103 #033471

Analogous Colors of #710334

#710334 #710903 #71036b

Monochromatic Colors of #710334

#710334

Complementary Color

#710334 #037140

#710334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710334 Color CSS Codes

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

#710334 Text Font Color

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

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


#710334 Background Color

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

This div background color is #710334


#710334 Border Color

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

This div border color is #710334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710334


Comments

No comments written yet.

Please login to write comment.