Color Hex Logo

#702add Color Hex

#702ADD
(112,42,221)
0 Favorites   0 Comments

Color spaces of #702add

RGB 11242221
HSL0.730.720.52
HSV263°81°87°
CMYK 0.490.810.00   0.13
XYZ20.561210.321169.3151
Yxy10.32110.20520.1030
Hunter Lab32.126558.0201-105.4338
CIE-Lab38.412765.6138-78.2342

#702add color RGB value is (112,42,221).

#702add hex color red value is 112, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #702add hue: 0.73 , saturation: 0.72 and the lightness value of 702add is 0.52.

The process color (four color CMYK) of #702add color hex is 0.49, 0.81, 0.00, 0.13. Web safe color of #702add is #6633cc. Color #702add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 11011101
Octal 160 52 335
Decimal 112 42 221
Hex 70 2A DD

RGB Percentages of Color #702add

%29.87
%11.20
%58.93

CMYK Percentages of Color #702add

%49
%81
%0
%13

Triadic Colors of #702add

#702add #dd702a #2add70

Analogous Colors of #702add

#702add #ca2add #2a3ddd

Monochromatic Colors of #702add

#702add

Complementary Color

#702add #97dd2a

#702add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702add Color Preview on White Background

Lorem ipsum dolor sit amet.

#702add Color CSS Codes

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

#702add Text Font Color

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

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


#702add Background Color

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

This div background color is #702add


#702add Border Color

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

This div border color is #702add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702add


Comments

No comments written yet.

Please login to write comment.