Color Hex Logo

#702765 Color Hex

#702765
(112,39,101)
0 Favorites   0 Comments

Color spaces of #702765

RGB 11239101
HSL0.860.480.30
HSV309°65°44°
CMYK 0.000.650.10   0.56
XYZ9.75665.835412.9240
Yxy5.83540.34210.2046
Hunter Lab24.156629.8204-14.8111
CIE-Lab28.993340.1750-20.7152

#702765 color RGB value is (112,39,101).

#702765 hex color red value is 112, green value is 39 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #702765 hue: 0.86 , saturation: 0.48 and the lightness value of 702765 is 0.30.

The process color (four color CMYK) of #702765 color hex is 0.00, 0.65, 0.10, 0.56. Web safe color of #702765 is #663366. Color #702765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 01100101
Octal 160 47 145
Decimal 112 39 101
Hex 70 27 65

RGB Percentages of Color #702765

%44.44
%15.48
%40.08

CMYK Percentages of Color #702765

%0
%65
%10
%56

Triadic Colors of #702765

#702765 #657027 #276570

Analogous Colors of #702765

#702765 #702740 #572770

Monochromatic Colors of #702765

#702765

Complementary Color

#702765 #277032

#702765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702765 Color CSS Codes

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

#702765 Text Font Color

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

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


#702765 Background Color

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

This div background color is #702765


#702765 Border Color

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

This div border color is #702765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702765


Comments

No comments written yet.

Please login to write comment.