Color Hex Logo

#703055 Color Hex

#703055
(112,48,85)
0 Favorites   0 Comments

Color spaces of #703055

RGB 1124885
HSL0.900.400.31
HSV325°57°44°
CMYK 0.000.570.24   0.56
XYZ9.37876.21459.2995
Yxy6.21450.37680.2497
Hunter Lab24.928923.5293-4.6674
CIE-Lab29.947333.0006-8.8576

#703055 color RGB value is (112,48,85).

#703055 hex color red value is 112, green value is 48 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #703055 hue: 0.90 , saturation: 0.40 and the lightness value of 703055 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110000 01010101
Octal 160 60 125
Decimal 112 48 85
Hex 70 30 55

RGB Percentages of Color #703055

%45.71
%19.59
%34.69

CMYK Percentages of Color #703055

%0
%57
%24
%56

Triadic Colors of #703055

#703055 #557030 #305570

Analogous Colors of #703055

#703055 #703035 #6b3070

Monochromatic Colors of #703055

#703055

Complementary Color

#703055 #30704b

#703055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703055 Color CSS Codes

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

#703055 Text Font Color

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

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


#703055 Background Color

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

This div background color is #703055


#703055 Border Color

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

This div border color is #703055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703055


Comments

No comments written yet.

Please login to write comment.