Color Hex Logo

#703455 Color Hex

#703455
(112,52,85)
0 Favorites   0 Comments

Color spaces of #703455

RGB 1125285
HSL0.910.370.32
HSV327°54°44°
CMYK 0.000.540.24   0.56
XYZ9.54986.55669.3566
Yxy6.55660.37500.2575
Hunter Lab25.605921.7620-3.7410
CIE-Lab30.775430.8278-7.6098

#703455 color RGB value is (112,52,85).

#703455 hex color red value is 112, green value is 52 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #703455 hue: 0.91 , saturation: 0.37 and the lightness value of 703455 is 0.32.

The process color (four color CMYK) of #703455 color hex is 0.00, 0.54, 0.24, 0.56. Web safe color of #703455 is #663366. Color #703455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 01010101
Octal 160 64 125
Decimal 112 52 85
Hex 70 34 55

RGB Percentages of Color #703455

%44.98
%20.88
%34.14

CMYK Percentages of Color #703455

%0
%54
%24
%56

Triadic Colors of #703455

#703455 #557034 #345570

Analogous Colors of #703455

#703455 #703437 #6d3470

Monochromatic Colors of #703455

#703455

Complementary Color

#703455 #34704f

#703455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703455 Color CSS Codes

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

#703455 Text Font Color

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

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


#703455 Background Color

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

This div background color is #703455


#703455 Border Color

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

This div border color is #703455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703455


Comments

No comments written yet.

Please login to write comment.