Color Hex Logo

#070187 Color Hex

#070187
(7,1,135)
0 Favorites   0 Comments

Color spaces of #070187

RGB 71135
HSL0.670.990.27
HSV243°99°53°
CMYK 0.950.990.00   0.47
XYZ4.47171.816123.0365
Yxy1.81610.15250.0619
Hunter Lab13.476335.6464-91.9176
CIE-Lab14.491049.0752-66.6035

#070187 color RGB value is (7,1,135).

#070187 hex color red value is 7, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #070187 hue: 0.67 , saturation: 0.99 and the lightness value of 070187 is 0.27.

The process color (four color CMYK) of #070187 color hex is 0.95, 0.99, 0.00, 0.47. Web safe color of #070187 is #000099. Color #070187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000001 10000111
Octal 7 1 207
Decimal 7 1 135
Hex 7 1 87

RGB Percentages of Color #070187

%4.90
%0.70
%94.41

CMYK Percentages of Color #070187

%95
%99
%0
%47

Triadic Colors of #070187

#070187 #870701 #018707

Analogous Colors of #070187

#070187 #4a0187 #013e87

Monochromatic Colors of #070187

#070187

Complementary Color

#070187 #818701

#070187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070187 Color CSS Codes

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

#070187 Text Font Color

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

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


#070187 Background Color

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

This div background color is #070187


#070187 Border Color

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

This div border color is #070187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070187


Comments

No comments written yet.

Please login to write comment.