Color Hex Logo

#702ed0 Color Hex

#702ED0
(112,46,208)
0 Favorites   0 Comments

Color spaces of #702ed0

RGB 11246208
HSL0.730.640.50
HSV264°78°82°
CMYK 0.460.780.00   0.18
XYZ19.04439.952860.5918
Yxy9.95280.21260.1111
Hunter Lab31.548152.5442-91.7899
CIE-Lab37.757660.8669-71.8203

#702ed0 color RGB value is (112,46,208).

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

The process color (four color CMYK) of #702ed0 color hex is 0.46, 0.78, 0.00, 0.18. Web safe color of #702ed0 is #6633cc. Color #702ed0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101110 11010000
Octal 160 56 320
Decimal 112 46 208
Hex 70 2E D0

RGB Percentages of Color #702ed0

%30.60
%12.57
%56.83

CMYK Percentages of Color #702ed0

%46
%78
%0
%18

Triadic Colors of #702ed0

#702ed0 #d0702e #2ed070

Analogous Colors of #702ed0

#702ed0 #c12ed0 #2e3dd0

Monochromatic Colors of #702ed0

#702ed0

Complementary Color

#702ed0 #8ed02e

#702ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702ed0 Color CSS Codes

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

#702ed0 Text Font Color

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

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


#702ed0 Background Color

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

This div background color is #702ed0


#702ed0 Border Color

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

This div border color is #702ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702ed0


Comments

No comments written yet.

Please login to write comment.