Color Hex Logo

#3a93bd Color Hex

#3A93BD
(58,147,189)
0 Favorites   0 Comments

Color spaces of #3a93bd

RGB 58147189
HSL0.550.530.48
HSV199°69°74°
CMYK 0.690.220.00   0.26
XYZ21.363925.441151.9287
Yxy25.44110.21640.2577
Hunter Lab50.4392-12.6635-25.7335
CIE-Lab57.5027-12.8147-29.5305

#3a93bd color RGB value is (58,147,189).

#3a93bd hex color red value is 58, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3a93bd hue: 0.55 , saturation: 0.53 and the lightness value of 3a93bd is 0.48.

The process color (four color CMYK) of #3a93bd color hex is 0.69, 0.22, 0.00, 0.26. Web safe color of #3a93bd is #3399cc. Color #3a93bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10010011 10111101
Octal 72 223 275
Decimal 58 147 189
Hex 3A 93 BD

RGB Percentages of Color #3a93bd

%14.72
%37.31
%47.97

CMYK Percentages of Color #3a93bd

%69
%22
%0
%26

Triadic Colors of #3a93bd

#3a93bd #bd3a93 #93bd3a

Analogous Colors of #3a93bd

#3a93bd #3a52bd #3abda6

Monochromatic Colors of #3a93bd

#3a93bd

Complementary Color

#3a93bd #bd643a

#3a93bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a93bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a93bd Color CSS Codes

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

#3a93bd Text Font Color

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

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


#3a93bd Background Color

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

This div background color is #3a93bd


#3a93bd Border Color

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

This div border color is #3a93bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a93bd

#3a93bd Color Palettes


Comments

No comments written yet.

Please login to write comment.