Color Hex Logo

#700ecd Color Hex

#700ECD
(112,14,205)
0 Favorites   0 Comments

Color spaces of #700ecd

RGB 11214205
HSL0.750.870.43
HSV271°93°80°
CMYK 0.450.930.00   0.20
XYZ17.85868.166658.3927
Yxy8.16660.21150.0967
Hunter Lab28.577361.5386-101.1448
CIE-Lab34.327569.4493-75.7196

#700ecd color RGB value is (112,14,205).

#700ecd hex color red value is 112, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #700ecd hue: 0.75 , saturation: 0.87 and the lightness value of 700ecd is 0.43.

The process color (four color CMYK) of #700ecd color hex is 0.45, 0.93, 0.00, 0.20. Web safe color of #700ecd is #6600cc. Color #700ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001110 11001101
Octal 160 16 315
Decimal 112 14 205
Hex 70 E CD

RGB Percentages of Color #700ecd

%33.84
%4.23
%61.93

CMYK Percentages of Color #700ecd

%45
%93
%0
%20

Triadic Colors of #700ecd

#700ecd #cd700e #0ecd70

Analogous Colors of #700ecd

#700ecd #cd0ecb #100ecd

Monochromatic Colors of #700ecd

#700ecd

Complementary Color

#700ecd #6bcd0e

#700ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#700ecd Color CSS Codes

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

#700ecd Text Font Color

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

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


#700ecd Background Color

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

This div background color is #700ecd


#700ecd Border Color

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

This div border color is #700ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700ecd


Comments

No comments written yet.

Please login to write comment.