Color Hex Logo

#702adc Color Hex

#702ADC
(112,42,220)
0 Favorites   0 Comments

Color spaces of #702adc

RGB 11242220
HSL0.730.720.51
HSV264°81°86°
CMYK 0.490.810.00   0.14
XYZ20.428310.268068.6154
Yxy10.26800.20570.1034
Hunter Lab32.043757.7196-104.5274
CIE-Lab38.319265.3686-77.8145

#702adc color RGB value is (112,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101010 11011100
Octal 160 52 334
Decimal 112 42 220
Hex 70 2A DC

RGB Percentages of Color #702adc

%29.95
%11.23
%58.82

CMYK Percentages of Color #702adc

%49
%81
%0
%14

Triadic Colors of #702adc

#702adc #dc702a #2adc70

Analogous Colors of #702adc

#702adc #c92adc #2a3ddc

Monochromatic Colors of #702adc

#702adc

Complementary Color

#702adc #96dc2a

#702adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#702adc Color CSS Codes

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

#702adc Text Font Color

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

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


#702adc Background Color

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

This div background color is #702adc


#702adc Border Color

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

This div border color is #702adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702adc


Comments

No comments written yet.

Please login to write comment.