Color Hex Logo

#03988d Color Hex

#03988D
(3,152,141)
0 Favorites   0 Comments

Color spaces of #03988d

RGB 3152141
HSL0.490.960.30
HSV176°98°60°
CMYK 0.980.000.07   0.40
XYZ16.073524.398929.0616
Yxy24.39890.23120.3509
Hunter Lab49.3952-28.3567-0.3065
CIE-Lab56.4850-35.9360-3.7964

#03988d color RGB value is (3,152,141).

#03988d hex color red value is 3, green value is 152 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #03988d hue: 0.49 , saturation: 0.96 and the lightness value of 03988d is 0.30.

The process color (four color CMYK) of #03988d color hex is 0.98, 0.00, 0.07, 0.40. Web safe color of #03988d is #009999. Color #03988d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10011000 10001101
Octal 3 230 215
Decimal 3 152 141
Hex 3 98 8D

RGB Percentages of Color #03988d

%1.01
%51.35
%47.64

CMYK Percentages of Color #03988d

%98
%0
%7
%40

Triadic Colors of #03988d

#03988d #8d0398 #988d03

Analogous Colors of #03988d

#03988d #035898 #039843

Monochromatic Colors of #03988d

#03988d

Complementary Color

#03988d #98030e

#03988d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03988d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03988d Color CSS Codes

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

#03988d Text Font Color

<p style="color:#03988d">Text here</p>

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


#03988d Background Color

<div style="background-color:#03988d">
Div content here</div>

This div background color is #03988d


#03988d Border Color

<div style="border:3px solid #03988d">
Div here</div>

This div border color is #03988d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,152,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03988d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03988d;
  -webkit-box-shadow: 1px 1px 3px 2px #03988d;
  box-shadow:         1px 1px 3px 2px #03988d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03988d


Comments

No comments written yet.

Please login to write comment.