Color Hex Logo

#038fab Color Hex

#038FAB
(3,143,171)
0 Favorites   0 Comments

Color spaces of #038fab

RGB 3143171
HSL0.530.970.34
HSV190°98°67°
CMYK 0.980.160.00   0.33
XYZ17.210722.604641.9841
Yxy22.60460.21040.2763
Hunter Lab47.5443-18.5868-19.0752
CIE-Lab54.6627-21.7086-23.7376

#038fab color RGB value is (3,143,171).

#038fab hex color red value is 3, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #038fab hue: 0.53 , saturation: 0.97 and the lightness value of 038fab is 0.34.

The process color (four color CMYK) of #038fab color hex is 0.98, 0.16, 0.00, 0.33. Web safe color of #038fab is #009999. Color #038fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001111 10101011
Octal 3 217 253
Decimal 3 143 171
Hex 3 8F AB

RGB Percentages of Color #038fab

%0.95
%45.11
%53.94

CMYK Percentages of Color #038fab

%98
%16
%0
%33

Triadic Colors of #038fab

#038fab #ab038f #8fab03

Analogous Colors of #038fab

#038fab #033bab #03ab73

Monochromatic Colors of #038fab

#038fab

Complementary Color

#038fab #ab1f03

#038fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#038fab Color CSS Codes

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

#038fab Text Font Color

<p style="color:#038fab">Text here</p>

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


#038fab Background Color

<div style="background-color:#038fab">
Div content here</div>

This div background color is #038fab


#038fab Border Color

<div style="border:3px solid #038fab">
Div here</div>

This div border color is #038fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,143,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #038fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #038fab;
  -webkit-box-shadow: 1px 1px 3px 2px #038fab;
  box-shadow:         1px 1px 3px 2px #038fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038fab


Comments

No comments written yet.

Please login to write comment.