Color Hex Logo

#702fae Color Hex

#702FAE
(112,47,174)
0 Favorites   0 Comments

Color spaces of #702fae

RGB 11247174
HSL0.750.570.43
HSV271°73°68°
CMYK 0.360.730.00   0.32
XYZ15.33868.533840.8831
Yxy8.53380.23690.1318
Hunter Lab29.212742.6022-62.5274
CIE-Lab35.070752.0869-56.2331

#702fae color RGB value is (112,47,174).

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

The process color (four color CMYK) of #702fae color hex is 0.36, 0.73, 0.00, 0.32. Web safe color of #702fae is #663399. Color #702fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101111 10101110
Octal 160 57 256
Decimal 112 47 174
Hex 70 2F AE

RGB Percentages of Color #702fae

%33.63
%14.11
%52.25

CMYK Percentages of Color #702fae

%36
%73
%0
%32

Triadic Colors of #702fae

#702fae #ae702f #2fae70

Analogous Colors of #702fae

#702fae #ae2fad #302fae

Monochromatic Colors of #702fae

#702fae

Complementary Color

#702fae #6dae2f

#702fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#702fae Color CSS Codes

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

#702fae Text Font Color

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

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


#702fae Background Color

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

This div background color is #702fae


#702fae Border Color

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

This div border color is #702fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702fae


Comments

No comments written yet.

Please login to write comment.