Color Hex Logo

#702675 Color Hex

#702675
(112,38,117)
0 Favorites   0 Comments

Color spaces of #702675

RGB 11238117
HSL0.820.510.30
HSV296°68°46°
CMYK 0.040.680.00   0.54
XYZ10.58616.115317.4520
Yxy6.11530.31000.1791
Hunter Lab24.729133.1367-24.5321
CIE-Lab29.701543.5776-29.8448

#702675 color RGB value is (112,38,117).

#702675 hex color red value is 112, green value is 38 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #702675 hue: 0.82 , saturation: 0.51 and the lightness value of 702675 is 0.30.

The process color (four color CMYK) of #702675 color hex is 0.04, 0.68, 0.00, 0.54. Web safe color of #702675 is #663366. Color #702675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100110 01110101
Octal 160 46 165
Decimal 112 38 117
Hex 70 26 75

RGB Percentages of Color #702675

%41.95
%14.23
%43.82

CMYK Percentages of Color #702675

%4
%68
%0
%54

Triadic Colors of #702675

#702675 #757026 #267570

Analogous Colors of #702675

#702675 #752652 #492675

Monochromatic Colors of #702675

#702675

Complementary Color

#702675 #2b7526

#702675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702675 Color CSS Codes

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

#702675 Text Font Color

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

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


#702675 Background Color

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

This div background color is #702675


#702675 Border Color

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

This div border color is #702675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702675


Comments

No comments written yet.

Please login to write comment.