Color Hex Logo

#072acd Color Hex

#072ACD
(7,42,205)
0 Favorites   0 Comments

Color spaces of #072acd

RGB 742205
HSL0.640.930.42
HSV229°97°80°
CMYK 0.970.800.00   0.20
XYZ11.93506.108958.3077
Yxy6.10890.15630.0800
Hunter Lab24.716242.9411-122.5691
CIE-Lab29.685653.4585-83.6440

#072acd color RGB value is (7,42,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101010 11001101
Octal 7 52 315
Decimal 7 42 205
Hex 7 2A CD

RGB Percentages of Color #072acd

%2.76
%16.54
%80.71

CMYK Percentages of Color #072acd

%97
%80
%0
%20

Triadic Colors of #072acd

#072acd #cd072a #2acd07

Analogous Colors of #072acd

#072acd #4707cd #078dcd

Monochromatic Colors of #072acd

#072acd

Complementary Color

#072acd #cdaa07

#072acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#072acd Color CSS Codes

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

#072acd Text Font Color

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

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


#072acd Background Color

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

This div background color is #072acd


#072acd Border Color

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

This div border color is #072acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,42,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 #072acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072acd


Comments

No comments written yet.

Please login to write comment.