Color Hex Logo

#700241 Color Hex

#700241
(112,2,65)
0 Favorites   0 Comments

Color spaces of #700241

RGB 112265
HSL0.900.960.22
HSV326°98°44°
CMYK 0.000.980.42   0.56
XYZ7.65793.86985.3444
Yxy3.86980.45390.2294
Hunter Lab19.671835.0614-2.3375
CIE-Lab23.236346.8318-5.5791

#700241 color RGB value is (112,2,65).

#700241 hex color red value is 112, green value is 2 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #700241 hue: 0.90 , saturation: 0.96 and the lightness value of 700241 is 0.22.

The process color (four color CMYK) of #700241 color hex is 0.00, 0.98, 0.42, 0.56. Web safe color of #700241 is #660033. Color #700241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000010 01000001
Octal 160 2 101
Decimal 112 2 65
Hex 70 2 41

RGB Percentages of Color #700241

%62.57
%1.12
%36.31

CMYK Percentages of Color #700241

%0
%98
%42
%56

Triadic Colors of #700241

#700241 #417002 #024170

Analogous Colors of #700241

#700241 #70020a #680270

Monochromatic Colors of #700241

#700241

Complementary Color

#700241 #027031

#700241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700241 Color CSS Codes

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

#700241 Text Font Color

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

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


#700241 Background Color

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

This div background color is #700241


#700241 Border Color

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

This div border color is #700241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700241


Comments

No comments written yet.

Please login to write comment.