Color Hex Logo

#702dac Color Hex

#702DAC
(112,45,172)
0 Favorites   0 Comments

Color spaces of #702dac

RGB 11245172
HSL0.750.590.43
HSV272°74°67°
CMYK 0.350.740.00   0.33
XYZ15.06698.300139.8377
Yxy8.30010.23840.1313
Hunter Lab28.809942.9340-61.8180
CIE-Lab34.600252.4981-55.8039

#702dac color RGB value is (112,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101101 10101100
Octal 160 55 254
Decimal 112 45 172
Hex 70 2D AC

RGB Percentages of Color #702dac

%34.04
%13.68
%52.28

CMYK Percentages of Color #702dac

%35
%74
%0
%33

Triadic Colors of #702dac

#702dac #ac702d #2dac70

Analogous Colors of #702dac

#702dac #ac2da9 #302dac

Monochromatic Colors of #702dac

#702dac

Complementary Color

#702dac #69ac2d

#702dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#702dac Color CSS Codes

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

#702dac Text Font Color

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

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


#702dac Background Color

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

This div background color is #702dac


#702dac Border Color

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

This div border color is #702dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702dac


Comments

No comments written yet.

Please login to write comment.