Color Hex Logo

#702369 Color Hex

#702369
(112,35,105)
0 Favorites   0 Comments

Color spaces of #702369

RGB 11235105
HSL0.850.520.29
HSV305°69°44°
CMYK 0.000.690.06   0.56
XYZ9.83295.666713.9401
Yxy5.66670.33400.1925
Hunter Lab23.804832.0733-18.0568
CIE-Lab28.555542.6709-23.9813

#702369 color RGB value is (112,35,105).

#702369 hex color red value is 112, green value is 35 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #702369 hue: 0.85 , saturation: 0.52 and the lightness value of 702369 is 0.29.

The process color (four color CMYK) of #702369 color hex is 0.00, 0.69, 0.06, 0.56. Web safe color of #702369 is #663366. Color #702369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100011 01101001
Octal 160 43 151
Decimal 112 35 105
Hex 70 23 69

RGB Percentages of Color #702369

%44.44
%13.89
%41.67

CMYK Percentages of Color #702369

%0
%69
%6
%56

Triadic Colors of #702369

#702369 #697023 #236970

Analogous Colors of #702369

#702369 #702343 #512370

Monochromatic Colors of #702369

#702369

Complementary Color

#702369 #23702a

#702369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702369 Color CSS Codes

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

#702369 Text Font Color

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

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


#702369 Background Color

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

This div background color is #702369


#702369 Border Color

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

This div border color is #702369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702369


Comments

No comments written yet.

Please login to write comment.