Color Hex Logo

#03898b Color Hex

#03898B
(3,137,139)
0 Favorites   0 Comments

Color spaces of #03898b

RGB 3137139
HSL0.500.960.28
HSV181°98°55°
CMYK 0.980.010.00   0.45
XYZ13.643419.774827.5239
Yxy19.77480.22390.3245
Hunter Lab44.4689-23.0553-5.5692
CIE-Lab51.5816-29.5031-9.9380

#03898b color RGB value is (3,137,139).

#03898b hex color red value is 3, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #03898b hue: 0.50 , saturation: 0.96 and the lightness value of 03898b is 0.28.

The process color (four color CMYK) of #03898b color hex is 0.98, 0.01, 0.00, 0.45. Web safe color of #03898b is #009999. Color #03898b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001001 10001011
Octal 3 211 213
Decimal 3 137 139
Hex 3 89 8B

RGB Percentages of Color #03898b

%1.08
%49.10
%49.82

CMYK Percentages of Color #03898b

%98
%1
%0
%45

Triadic Colors of #03898b

#03898b #8b0389 #898b03

Analogous Colors of #03898b

#03898b #03458b #038b49

Monochromatic Colors of #03898b

#03898b

Complementary Color

#03898b #8b0503

#03898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03898b Color CSS Codes

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

#03898b Text Font Color

<p style="color:#03898b">Text here</p>

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


#03898b Background Color

<div style="background-color:#03898b">
Div content here</div>

This div background color is #03898b


#03898b Border Color

<div style="border:3px solid #03898b">
Div here</div>

This div border color is #03898b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,137,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03898b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03898b;
  -webkit-box-shadow: 1px 1px 3px 2px #03898b;
  box-shadow:         1px 1px 3px 2px #03898b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03898b


Comments

No comments written yet.

Please login to write comment.