Color Hex Logo

#702eac Color Hex

#702EAC
(112,46,172)
0 Favorites   0 Comments

Color spaces of #702eac

RGB 11246172
HSL0.750.580.43
HSV271°73°67°
CMYK 0.350.730.00   0.33
XYZ15.10558.377339.8506
Yxy8.37730.23850.1323
Hunter Lab28.943642.5070-61.3722
CIE-Lab34.756652.0549-55.5497

#702eac color RGB value is (112,46,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 10101100
Octal 160 56 254
Decimal 112 46 172
Hex 70 2E AC

RGB Percentages of Color #702eac

%33.94
%13.94
%52.12

CMYK Percentages of Color #702eac

%35
%73
%0
%33

Triadic Colors of #702eac

#702eac #ac702e #2eac70

Analogous Colors of #702eac

#702eac #ac2ea9 #312eac

Monochromatic Colors of #702eac

#702eac

Complementary Color

#702eac #6aac2e

#702eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#702eac Color CSS Codes

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

#702eac Text Font Color

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

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


#702eac Background Color

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

This div background color is #702eac


#702eac Border Color

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

This div border color is #702eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,46,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 #702eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702eac


Comments

No comments written yet.

Please login to write comment.