Color Hex Logo

#045cbc Color Hex

#045CBC
(4,92,188)
0 Favorites   0 Comments

Color spaces of #045cbc

RGB 492188
HSL0.590.960.38
HSV211°98°74°
CMYK 0.980.510.00   0.26
XYZ12.954311.310949.0774
Yxy11.31090.17660.1542
Hunter Lab33.63179.8994-62.9774
CIE-Lab40.099215.5060-56.6225

#045cbc color RGB value is (4,92,188).

#045cbc hex color red value is 4, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #045cbc hue: 0.59 , saturation: 0.96 and the lightness value of 045cbc is 0.38.

The process color (four color CMYK) of #045cbc color hex is 0.98, 0.51, 0.00, 0.26. Web safe color of #045cbc is #0066cc. Color #045cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011100 10111100
Octal 4 134 274
Decimal 4 92 188
Hex 4 5C BC

RGB Percentages of Color #045cbc

%1.41
%32.39
%66.20

CMYK Percentages of Color #045cbc

%98
%51
%0
%26

Triadic Colors of #045cbc

#045cbc #bc045c #5cbc04

Analogous Colors of #045cbc

#045cbc #0804bc #04b8bc

Monochromatic Colors of #045cbc

#045cbc

Complementary Color

#045cbc #bc6404

#045cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#045cbc Color CSS Codes

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

#045cbc Text Font Color

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

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


#045cbc Background Color

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

This div background color is #045cbc


#045cbc Border Color

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

This div border color is #045cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #045cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #045cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #045cbc;
  box-shadow:         1px 1px 3px 2px #045cbc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045cbc


Comments

No comments written yet.

Please login to write comment.