Color Hex Logo

#038293 Color Hex

#038293
(3,130,147)
0 Favorites   0 Comments

Color spaces of #038293

RGB 3130147
HSL0.520.960.29
HSV187°98°58°
CMYK 0.980.120.00   0.42
XYZ13.286618.091230.3954
Yxy18.09120.21510.2929
Hunter Lab42.5338-18.6746-12.5961
CIE-Lab49.6065-23.2921-17.5964

#038293 color RGB value is (3,130,147).

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

The process color (four color CMYK) of #038293 color hex is 0.98, 0.12, 0.00, 0.42. Web safe color of #038293 is #009999. Color #038293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10000010 10010011
Octal 3 202 223
Decimal 3 130 147
Hex 3 82 93

RGB Percentages of Color #038293

%1.07
%46.43
%52.50

CMYK Percentages of Color #038293

%98
%12
%0
%42

Triadic Colors of #038293

#038293 #930382 #829303

Analogous Colors of #038293

#038293 #033a93 #03935c

Monochromatic Colors of #038293

#038293

Complementary Color

#038293 #931403

#038293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#038293 Color CSS Codes

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

#038293 Text Font Color

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

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


#038293 Background Color

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

This div background color is #038293


#038293 Border Color

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

This div border color is #038293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038293


Comments

No comments written yet.

Please login to write comment.