Color Hex Logo

#038077 Color Hex

#038077
(3,128,119)
0 Favorites   0 Comments

Color spaces of #038077

RGB 3128119
HSL0.490.950.26
HSV176°98°50°
CMYK 0.980.000.07   0.50
XYZ11.086516.789620.1092
Yxy16.78960.23100.3499
Hunter Lab40.9751-23.4103-0.4149
CIE-Lab47.9938-31.5363-3.5617

#038077 color RGB value is (3,128,119).

#038077 hex color red value is 3, green value is 128 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #038077 hue: 0.49 , saturation: 0.95 and the lightness value of 038077 is 0.26.

The process color (four color CMYK) of #038077 color hex is 0.98, 0.00, 0.07, 0.50. Web safe color of #038077 is #009966. Color #038077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000000 01110111
Octal 3 200 167
Decimal 3 128 119
Hex 3 80 77

RGB Percentages of Color #038077

%1.20
%51.20
%47.60

CMYK Percentages of Color #038077

%98
%0
%7
%50

Triadic Colors of #038077

#038077 #770380 #807703

Analogous Colors of #038077

#038077 #034a80 #038039

Monochromatic Colors of #038077

#038077

Complementary Color

#038077 #80030c

#038077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#038077 Color CSS Codes

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

#038077 Text Font Color

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

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


#038077 Background Color

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

This div background color is #038077


#038077 Border Color

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

This div border color is #038077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,128,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #038077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #038077;
  -webkit-box-shadow: 1px 1px 3px 2px #038077;
  box-shadow:         1px 1px 3px 2px #038077; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038077


Comments

No comments written yet.

Please login to write comment.