Color Hex Logo

#2a72cc Color Hex

#2A72CC
(42,114,204)
0 Favorites   0 Comments

Color spaces of #2a72cc

RGB 42114204
HSL0.590.660.48
HSV213°79°80°
CMYK 0.790.440.00   0.20
XYZ17.871216.886559.4442
Yxy16.88650.18970.1793
Hunter Lab41.09325.7156-57.0019
CIE-Lab48.116710.0802-52.9146

#2a72cc color RGB value is (42,114,204).

#2a72cc hex color red value is 42, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2a72cc hue: 0.59 , saturation: 0.66 and the lightness value of 2a72cc is 0.48.

The process color (four color CMYK) of #2a72cc color hex is 0.79, 0.44, 0.00, 0.20. Web safe color of #2a72cc is #3366cc. Color #2a72cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 01110010 11001100
Octal 52 162 314
Decimal 42 114 204
Hex 2A 72 CC

RGB Percentages of Color #2a72cc

%11.67
%31.67
%56.67

CMYK Percentages of Color #2a72cc

%79
%44
%0
%20

Triadic Colors of #2a72cc

#2a72cc #cc2a72 #72cc2a

Analogous Colors of #2a72cc

#2a72cc #332acc #2ac3cc

Monochromatic Colors of #2a72cc

#2a72cc

Complementary Color

#2a72cc #cc842a

#2a72cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a72cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a72cc Color CSS Codes

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

#2a72cc Text Font Color

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

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


#2a72cc Background Color

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

This div background color is #2a72cc


#2a72cc Border Color

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

This div border color is #2a72cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,114,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a72cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a72cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2a72cc;
  box-shadow:         1px 1px 3px 2px #2a72cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,114,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a72cc


Comments

No comments written yet.

Please login to write comment.