Color Hex Logo

#700038 Color Hex

#700038
(112,0,56)
2 Favorites   0 Comments

Color spaces of #700038

RGB 112056
HSL0.921.000.22
HSV330°100°44°
CMYK 0.001.000.50   0.56
XYZ7.39593.73034.0716
Yxy3.73030.48660.2454
Hunter Lab19.314034.55351.0208
CIE-Lab22.759046.3975-0.0545

#700038 color RGB value is (112,0,56).

#700038 hex color red value is 112, green value is 0 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #700038 hue: 0.92 , saturation: 1.00 and the lightness value of 700038 is 0.22.

The process color (four color CMYK) of #700038 color hex is 0.00, 1.00, 0.50, 0.56. Web safe color of #700038 is #660033. Color #700038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 00111000
Octal 160 0 70
Decimal 112 0 56
Hex 70 0 38

RGB Percentages of Color #700038

%66.67
%0.00
%33.33

CMYK Percentages of Color #700038

%0
%100
%50
%56

Triadic Colors of #700038

#700038 #387000 #003870

Analogous Colors of #700038

#700038 #700000 #700070

Monochromatic Colors of #700038

#700038

Complementary Color

#700038 #007038

#700038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700038 Color CSS Codes

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

#700038 Text Font Color

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

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


#700038 Background Color

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

This div background color is #700038


#700038 Border Color

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

This div border color is #700038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700038


Comments

No comments written yet.

Please login to write comment.