Color Hex Logo

#071bcd Color Hex

#071BCD
(7,27,205)
0 Favorites   0 Comments

Color spaces of #071bcd

RGB 727205
HSL0.650.930.42
HSV234°97°80°
CMYK 0.970.870.00   0.20
XYZ11.49905.236858.1623
Yxy5.23680.15350.0699
Hunter Lab22.884149.6473-134.6731
CIE-Lab27.399060.2275-87.4512

#071bcd color RGB value is (7,27,205).

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

The process color (four color CMYK) of #071bcd color hex is 0.97, 0.87, 0.00, 0.20. Web safe color of #071bcd is #0033cc. Color #071bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011011 11001101
Octal 7 33 315
Decimal 7 27 205
Hex 7 1B CD

RGB Percentages of Color #071bcd

%2.93
%11.30
%85.77

CMYK Percentages of Color #071bcd

%97
%87
%0
%20

Triadic Colors of #071bcd

#071bcd #cd071b #1bcd07

Analogous Colors of #071bcd

#071bcd #5607cd #077ecd

Monochromatic Colors of #071bcd

#071bcd

Complementary Color

#071bcd #cdb907

#071bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#071bcd Color CSS Codes

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

#071bcd Text Font Color

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

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


#071bcd Background Color

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

This div background color is #071bcd


#071bcd Border Color

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

This div border color is #071bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071bcd


Comments

No comments written yet.

Please login to write comment.