Color Hex Logo

#038890 Color Hex

#038890
(3,136,144)
0 Favorites   0 Comments

Color spaces of #038890

RGB 3136144
HSL0.510.960.29
HSV183°98°56°
CMYK 0.980.060.00   0.44
XYZ13.875819.641329.4454
Yxy19.64130.22040.3120
Hunter Lab44.3185-21.6703-8.3696
CIE-Lab51.4292-27.3680-13.0777

#038890 color RGB value is (3,136,144).

#038890 hex color red value is 3, green value is 136 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #038890 hue: 0.51 , saturation: 0.96 and the lightness value of 038890 is 0.29.

The process color (four color CMYK) of #038890 color hex is 0.98, 0.06, 0.00, 0.44. Web safe color of #038890 is #009999. Color #038890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001000 10010000
Octal 3 210 220
Decimal 3 136 144
Hex 3 88 90

RGB Percentages of Color #038890

%1.06
%48.06
%50.88

CMYK Percentages of Color #038890

%98
%6
%0
%44

Triadic Colors of #038890

#038890 #900388 #889003

Analogous Colors of #038890

#038890 #034290 #039051

Monochromatic Colors of #038890

#038890

Complementary Color

#038890 #900b03

#038890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#038890 Color CSS Codes

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

#038890 Text Font Color

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

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


#038890 Background Color

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

This div background color is #038890


#038890 Border Color

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

This div border color is #038890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038890


Comments

No comments written yet.

Please login to write comment.