Color Hex Logo

#700da5 Color Hex

#700DA5
(112,13,165)
0 Favorites   0 Comments

Color spaces of #700da5

RGB 11213165
HSL0.780.850.35
HSV279°92°65°
CMYK 0.320.920.00   0.35
XYZ13.61756.449236.1244
Yxy6.44920.24230.1148
Hunter Lab25.395351.2739-66.5624
CIE-Lab30.518661.1201-58.2510

#700da5 color RGB value is (112,13,165).

#700da5 hex color red value is 112, green value is 13 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #700da5 hue: 0.78 , saturation: 0.85 and the lightness value of 700da5 is 0.35.

The process color (four color CMYK) of #700da5 color hex is 0.32, 0.92, 0.00, 0.35. Web safe color of #700da5 is #660099. Color #700da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 10100101
Octal 160 15 245
Decimal 112 13 165
Hex 70 D A5

RGB Percentages of Color #700da5

%38.62
%4.48
%56.90

CMYK Percentages of Color #700da5

%32
%92
%0
%35

Triadic Colors of #700da5

#700da5 #a5700d #0da570

Analogous Colors of #700da5

#700da5 #a50d8e #240da5

Monochromatic Colors of #700da5

#700da5

Complementary Color

#700da5 #42a50d

#700da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700da5 Color CSS Codes

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

#700da5 Text Font Color

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

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


#700da5 Background Color

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

This div background color is #700da5


#700da5 Border Color

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

This div border color is #700da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700da5


Comments

No comments written yet.

Please login to write comment.