Color Hex Logo

#700dec Color Hex

#700DEC
(112,13,236)
0 Favorites   0 Comments

Color spaces of #700dec

RGB 11213236
HSL0.740.900.49
HSV267°94°93°
CMYK 0.530.940.00   0.07
XYZ21.96639.788780.0885
Yxy9.78870.19640.0875
Hunter Lab31.286970.5715-129.8703
CIE-Lab37.460576.4051-88.3639

#700dec color RGB value is (112,13,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 11101100
Octal 160 15 354
Decimal 112 13 236
Hex 70 D EC

RGB Percentages of Color #700dec

%31.02
%3.60
%65.37

CMYK Percentages of Color #700dec

%53
%94
%0
%7

Triadic Colors of #700dec

#700dec #ec700d #0dec70

Analogous Colors of #700dec

#700dec #e00dec #0d19ec

Monochromatic Colors of #700dec

#700dec

Complementary Color

#700dec #89ec0d

#700dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#700dec Color CSS Codes

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

#700dec Text Font Color

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

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


#700dec Background Color

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

This div background color is #700dec


#700dec Border Color

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

This div border color is #700dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700dec


Comments

No comments written yet.

Please login to write comment.