Color Hex Logo

#702eda Color Hex

#702EDA
(112,46,218)
0 Favorites   0 Comments

Color spaces of #702eda

RGB 11246218
HSL0.730.700.52
HSV263°79°85°
CMYK 0.490.790.00   0.15
XYZ20.314010.460767.2781
Yxy10.46070.20720.1067
Hunter Lab32.343055.5120-100.6916
CIE-Lab38.656963.3534-76.1110

#702eda color RGB value is (112,46,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 11011010
Octal 160 56 332
Decimal 112 46 218
Hex 70 2E DA

RGB Percentages of Color #702eda

%29.79
%12.23
%57.98

CMYK Percentages of Color #702eda

%49
%79
%0
%15

Triadic Colors of #702eda

#702eda #da702e #2eda70

Analogous Colors of #702eda

#702eda #c62eda #2e42da

Monochromatic Colors of #702eda

#702eda

Complementary Color

#702eda #98da2e

#702eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#702eda Color CSS Codes

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

#702eda Text Font Color

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

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


#702eda Background Color

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

This div background color is #702eda


#702eda Border Color

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

This div border color is #702eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702eda


Comments

No comments written yet.

Please login to write comment.