Color Hex Logo

#048ca4 Color Hex

#048CA4
(4,140,164)
0 Favorites   0 Comments

Color spaces of #048ca4

RGB 4140164
HSL0.530.950.33
HSV189°98°64°
CMYK 0.980.150.00   0.36
XYZ16.129021.462338.4145
Yxy21.46230.21220.2824
Hunter Lab46.3274-18.9278-16.7338
CIE-Lab53.4518-22.5440-21.5771

#048ca4 color RGB value is (4,140,164).

#048ca4 hex color red value is 4, green value is 140 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #048ca4 hue: 0.53 , saturation: 0.95 and the lightness value of 048ca4 is 0.33.

The process color (four color CMYK) of #048ca4 color hex is 0.98, 0.15, 0.00, 0.36. Web safe color of #048ca4 is #009999. Color #048ca4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001100 10100100
Octal 4 214 244
Decimal 4 140 164
Hex 4 8C A4

RGB Percentages of Color #048ca4

%1.30
%45.45
%53.25

CMYK Percentages of Color #048ca4

%98
%15
%0
%36

Triadic Colors of #048ca4

#048ca4 #a4048c #8ca404

Analogous Colors of #048ca4

#048ca4 #043ca4 #04a46c

Monochromatic Colors of #048ca4

#048ca4

Complementary Color

#048ca4 #a41c04

#048ca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048ca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048ca4 Color CSS Codes

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

#048ca4 Text Font Color

<p style="color:#048ca4">Text here</p>

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


#048ca4 Background Color

<div style="background-color:#048ca4">
Div content here</div>

This div background color is #048ca4


#048ca4 Border Color

<div style="border:3px solid #048ca4">
Div here</div>

This div border color is #048ca4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,140,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048ca4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048ca4;
  -webkit-box-shadow: 1px 1px 3px 2px #048ca4;
  box-shadow:         1px 1px 3px 2px #048ca4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048ca4


Comments

No comments written yet.

Please login to write comment.