Color Hex Logo

#702167 Color Hex

#702167
(112,33,103)
0 Favorites   0 Comments

Color spaces of #702167

RGB 11233103
HSL0.850.540.28
HSV307°71°44°
CMYK 0.000.710.08   0.56
XYZ9.67415.511713.3860
Yxy5.51170.33860.1929
Hunter Lab23.477032.4692-17.3718
CIE-Lab28.145543.1677-23.3345

#702167 color RGB value is (112,33,103).

#702167 hex color red value is 112, green value is 33 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #702167 hue: 0.85 , saturation: 0.54 and the lightness value of 702167 is 0.28.

The process color (four color CMYK) of #702167 color hex is 0.00, 0.71, 0.08, 0.56. Web safe color of #702167 is #663366. Color #702167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100001 01100111
Octal 160 41 147
Decimal 112 33 103
Hex 70 21 67

RGB Percentages of Color #702167

%45.16
%13.31
%41.53

CMYK Percentages of Color #702167

%0
%71
%8
%56

Triadic Colors of #702167

#702167 #677021 #216770

Analogous Colors of #702167

#702167 #702140 #512170

Monochromatic Colors of #702167

#702167

Complementary Color

#702167 #21702a

#702167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702167 Color CSS Codes

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

#702167 Text Font Color

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

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


#702167 Background Color

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

This div background color is #702167


#702167 Border Color

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

This div border color is #702167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702167


Comments

No comments written yet.

Please login to write comment.