Color Hex Logo

#070955 Color Hex

#070955
(7,9,85)
0 Favorites   0 Comments

Color spaces of #070955

RGB 7985
HSL0.660.850.18
HSV238°92°33°
CMYK 0.920.890.00   0.67
XYZ1.82500.89648.6712
Yxy0.89640.16020.0787
Hunter Lab9.467817.8385-47.6737
CIE-Lab8.096830.0236-44.5010

#070955 color RGB value is (7,9,85).

#070955 hex color red value is 7, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #070955 hue: 0.66 , saturation: 0.85 and the lightness value of 070955 is 0.18.

The process color (four color CMYK) of #070955 color hex is 0.92, 0.89, 0.00, 0.67. Web safe color of #070955 is #000066. Color #070955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001001 01010101
Octal 7 11 125
Decimal 7 9 85
Hex 7 9 55

RGB Percentages of Color #070955

%6.93
%8.91
%84.16

CMYK Percentages of Color #070955

%92
%89
%0
%67

Triadic Colors of #070955

#070955 #550709 #095507

Analogous Colors of #070955

#070955 #2c0755 #073055

Monochromatic Colors of #070955

#070955

Complementary Color

#070955 #555307

#070955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070955 Color CSS Codes

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

#070955 Text Font Color

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

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


#070955 Background Color

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

This div background color is #070955


#070955 Border Color

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

This div border color is #070955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070955


Comments

No comments written yet.

Please login to write comment.