Color Hex Logo

#702fac Color Hex

#702FAC
(112,47,172)
0 Favorites   0 Comments

Color spaces of #702fac

RGB 11247172
HSL0.750.570.43
HSV271°73°67°
CMYK 0.350.730.00   0.33
XYZ15.14508.456339.8637
Yxy8.45630.23860.1332
Hunter Lab29.079742.0750-60.9214
CIE-Lab34.915751.6052-55.2911

#702fac color RGB value is (112,47,172).

#702fac hex color red value is 112, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #702fac hue: 0.75 , saturation: 0.57 and the lightness value of 702fac is 0.43.

The process color (four color CMYK) of #702fac color hex is 0.35, 0.73, 0.00, 0.33. Web safe color of #702fac is #663399. Color #702fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101111 10101100
Octal 160 57 254
Decimal 112 47 172
Hex 70 2F AC

RGB Percentages of Color #702fac

%33.84
%14.20
%51.96

CMYK Percentages of Color #702fac

%35
%73
%0
%33

Triadic Colors of #702fac

#702fac #ac702f #2fac70

Analogous Colors of #702fac

#702fac #ac2faa #312fac

Monochromatic Colors of #702fac

#702fac

Complementary Color

#702fac #6bac2f

#702fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#702fac Color CSS Codes

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

#702fac Text Font Color

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

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


#702fac Background Color

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

This div background color is #702fac


#702fac Border Color

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

This div border color is #702fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,47,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #702fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #702fac;
  -webkit-box-shadow: 1px 1px 3px 2px #702fac;
  box-shadow:         1px 1px 3px 2px #702fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702fac


Comments

No comments written yet.

Please login to write comment.