Color Hex Logo

#702fed Color Hex

#702FED
(112,47,237)
0 Favorites   0 Comments

Color spaces of #702fed

RGB 11247237
HSL0.720.840.56
HSV261°80°93°
CMYK 0.530.800.00   0.07
XYZ22.984711.592281.1469
Yxy11.59220.19860.1002
Hunter Lab34.047360.9192-117.4761
CIE-Lab40.560567.7134-83.8109

#702fed color RGB value is (112,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101111 11101101
Octal 160 57 355
Decimal 112 47 237
Hex 70 2F ED

RGB Percentages of Color #702fed

%28.28
%11.87
%59.85

CMYK Percentages of Color #702fed

%53
%80
%0
%7

Triadic Colors of #702fed

#702fed #ed702f #2fed70

Analogous Colors of #702fed

#702fed #cf2fed #2f4ded

Monochromatic Colors of #702fed

#702fed

Complementary Color

#702fed #aced2f

#702fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#702fed Color CSS Codes

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

#702fed Text Font Color

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

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


#702fed Background Color

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

This div background color is #702fed


#702fed Border Color

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

This div border color is #702fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702fed


Comments

No comments written yet.

Please login to write comment.