Color Hex Logo

#700eed Color Hex

#700EED
(112,14,237)
0 Favorites   0 Comments

Color spaces of #700eed

RGB 11214237
HSL0.740.890.49
HSV266°94°93°
CMYK 0.530.940.00   0.07
XYZ22.12529.873280.8604
Yxy9.87320.19600.0875
Hunter Lab31.421670.7009-130.5816
CIE-Lab37.613976.4820-88.6776

#700eed color RGB value is (112,14,237).

#700eed hex color red value is 112, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #700eed hue: 0.74 , saturation: 0.89 and the lightness value of 700eed is 0.49.

The process color (four color CMYK) of #700eed color hex is 0.53, 0.94, 0.00, 0.07. Web safe color of #700eed is #6600ff. Color #700eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001110 11101101
Octal 160 16 355
Decimal 112 14 237
Hex 70 E ED

RGB Percentages of Color #700eed

%30.85
%3.86
%65.29

CMYK Percentages of Color #700eed

%53
%94
%0
%7

Triadic Colors of #700eed

#700eed #ed700e #0eed70

Analogous Colors of #700eed

#700eed #e00eed #0e1bed

Monochromatic Colors of #700eed

#700eed

Complementary Color

#700eed #8bed0e

#700eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#700eed Color CSS Codes

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

#700eed Text Font Color

<p style="color:#700eed">Text here</p>

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


#700eed Background Color

<div style="background-color:#700eed">
Div content here</div>

This div background color is #700eed


#700eed Border Color

<div style="border:3px solid #700eed">
Div here</div>

This div border color is #700eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,14,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 #700eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700eed


Comments

No comments written yet.

Please login to write comment.