Color Hex Logo

#071ebc Color Hex

#071EBC
(7,30,188)
0 Favorites   0 Comments

Color spaces of #071ebc

RGB 730188
HSL0.650.930.38
HSV232°96°74°
CMYK 0.960.840.00   0.26
XYZ9.62904.604647.9582
Yxy4.60460.15480.0740
Hunter Lab21.458342.5462-117.4891
CIE-Lab25.577253.8747-80.4858

#071ebc color RGB value is (7,30,188).

#071ebc hex color red value is 7, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #071ebc hue: 0.65 , saturation: 0.93 and the lightness value of 071ebc is 0.38.

The process color (four color CMYK) of #071ebc color hex is 0.96, 0.84, 0.00, 0.26. Web safe color of #071ebc is #0033cc. Color #071ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011110 10111100
Octal 7 36 274
Decimal 7 30 188
Hex 7 1E BC

RGB Percentages of Color #071ebc

%3.11
%13.33
%83.56

CMYK Percentages of Color #071ebc

%96
%84
%0
%26

Triadic Colors of #071ebc

#071ebc #bc071e #1ebc07

Analogous Colors of #071ebc

#071ebc #4a07bc #0779bc

Monochromatic Colors of #071ebc

#071ebc

Complementary Color

#071ebc #bca507

#071ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#071ebc Color CSS Codes

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

#071ebc Text Font Color

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

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


#071ebc Background Color

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

This div background color is #071ebc


#071ebc Border Color

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

This div border color is #071ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071ebc


Comments

No comments written yet.

Please login to write comment.