Color Hex Logo

#702fec Color Hex

#702FEC
(112,47,236)
0 Favorites   0 Comments

Color spaces of #702fec

RGB 11247236
HSL0.720.830.55
HSV261°80°93°
CMYK 0.530.800.00   0.07
XYZ22.838911.533980.3794
Yxy11.53390.19900.1005
Hunter Lab33.961660.6070-116.5529
CIE-Lab40.465567.4627-83.4012

#702fec color RGB value is (112,47,236).

#702fec hex color red value is 112, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #702fec hue: 0.72 , saturation: 0.83 and the lightness value of 702fec is 0.55.

The process color (four color CMYK) of #702fec color hex is 0.53, 0.80, 0.00, 0.07. Web safe color of #702fec is #6633ff. Color #702fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101111 11101100
Octal 160 57 354
Decimal 112 47 236
Hex 70 2F EC

RGB Percentages of Color #702fec

%28.35
%11.90
%59.75

CMYK Percentages of Color #702fec

%53
%80
%0
%7

Triadic Colors of #702fec

#702fec #ec702f #2fec70

Analogous Colors of #702fec

#702fec #cf2fec #2f4dec

Monochromatic Colors of #702fec

#702fec

Complementary Color

#702fec #abec2f

#702fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#702fec Color CSS Codes

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

#702fec Text Font Color

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

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


#702fec Background Color

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

This div background color is #702fec


#702fec Border Color

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

This div border color is #702fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702fec


Comments

No comments written yet.

Please login to write comment.