Color Hex Logo

#702441 Color Hex

#702441
(112,36,65)
0 Favorites   0 Comments

Color spaces of #702441

RGB 1123665
HSL0.940.510.29
HSV337°68°44°
CMYK 0.000.680.42   0.56
XYZ8.26715.08825.5474
Yxy5.08820.43740.2692
Hunter Lab22.557025.94501.2089
CIE-Lab26.984636.2562-0.0322

#702441 color RGB value is (112,36,65).

#702441 hex color red value is 112, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #702441 hue: 0.94 , saturation: 0.51 and the lightness value of 702441 is 0.29.

The process color (four color CMYK) of #702441 color hex is 0.00, 0.68, 0.42, 0.56. Web safe color of #702441 is #663333. Color #702441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 01000001
Octal 160 44 101
Decimal 112 36 65
Hex 70 24 41

RGB Percentages of Color #702441

%52.58
%16.90
%30.52

CMYK Percentages of Color #702441

%0
%68
%42
%56

Triadic Colors of #702441

#702441 #417024 #244170

Analogous Colors of #702441

#702441 #702d24 #702467

Monochromatic Colors of #702441

#702441

Complementary Color

#702441 #247053

#702441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702441 Color CSS Codes

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

#702441 Text Font Color

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

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


#702441 Background Color

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

This div background color is #702441


#702441 Border Color

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

This div border color is #702441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702441


Comments

No comments written yet.

Please login to write comment.