Color Hex Logo

#700450 Color Hex

#700450
(112,4,80)
0 Favorites   0 Comments

Color spaces of #700450

RGB 112480
HSL0.880.930.23
HSV318°96°44°
CMYK 0.000.960.29   0.56
XYZ8.17354.11087.9521
Yxy4.11080.40390.2031
Hunter Lab20.275136.4772-9.0616
CIE-Lab24.034448.1333-14.5747

#700450 color RGB value is (112,4,80).

#700450 hex color red value is 112, green value is 4 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #700450 hue: 0.88 , saturation: 0.93 and the lightness value of 700450 is 0.23.

The process color (four color CMYK) of #700450 color hex is 0.00, 0.96, 0.29, 0.56. Web safe color of #700450 is #660066. Color #700450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000100 01010000
Octal 160 4 120
Decimal 112 4 80
Hex 70 4 50

RGB Percentages of Color #700450

%57.14
%2.04
%40.82

CMYK Percentages of Color #700450

%0
%96
%29
%56

Triadic Colors of #700450

#700450 #507004 #045070

Analogous Colors of #700450

#700450 #70041a #5a0470

Monochromatic Colors of #700450

#700450

Complementary Color

#700450 #047024

#700450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700450 Color CSS Codes

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

#700450 Text Font Color

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

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


#700450 Background Color

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

This div background color is #700450


#700450 Border Color

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

This div border color is #700450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700450


Comments

No comments written yet.

Please login to write comment.