Color Hex Logo

#702871 Color Hex

#702871
(112,40,113)
0 Favorites   0 Comments

Color spaces of #702871

RGB 11240113
HSL0.830.480.30
HSV299°65°44°
CMYK 0.010.650.00   0.56
XYZ10.42156.154616.2615
Yxy6.15460.31740.1874
Hunter Lab24.808531.5692-21.4976
CIE-Lab29.799241.9032-27.1476

#702871 color RGB value is (112,40,113).

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

The process color (four color CMYK) of #702871 color hex is 0.01, 0.65, 0.00, 0.56. Web safe color of #702871 is #663366. Color #702871 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101000 01110001
Octal 160 50 161
Decimal 112 40 113
Hex 70 28 71

RGB Percentages of Color #702871

%42.26
%15.09
%42.64

CMYK Percentages of Color #702871

%1
%65
%0
%56

Triadic Colors of #702871

#702871 #717028 #287170

Analogous Colors of #702871

#702871 #71284e #4b2871

Monochromatic Colors of #702871

#702871

Complementary Color

#702871 #297128

#702871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702871 Color CSS Codes

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

#702871 Text Font Color

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

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


#702871 Background Color

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

This div background color is #702871


#702871 Border Color

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

This div border color is #702871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702871


Comments

No comments written yet.

Please login to write comment.