Color Hex Logo

#0593af Color Hex

#0593AF
(5,147,175)
0 Favorites   0 Comments

Color spaces of #0593af

RGB 5147175
HSL0.530.940.35
HSV190°97°69°
CMYK 0.970.160.00   0.31
XYZ18.234223.994844.2279
Yxy23.99480.21090.2775
Hunter Lab48.9845-19.2772-19.2436
CIE-Lab56.0826-22.3290-23.8380

#0593af color RGB value is (5,147,175).

#0593af hex color red value is 5, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0593af hue: 0.53 , saturation: 0.94 and the lightness value of 0593af is 0.35.

The process color (four color CMYK) of #0593af color hex is 0.97, 0.16, 0.00, 0.31. Web safe color of #0593af is #009999. Color #0593af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010011 10101111
Octal 5 223 257
Decimal 5 147 175
Hex 5 93 AF

RGB Percentages of Color #0593af

%1.53
%44.95
%53.52

CMYK Percentages of Color #0593af

%97
%16
%0
%31

Triadic Colors of #0593af

#0593af #af0593 #93af05

Analogous Colors of #0593af

#0593af #053eaf #05af76

Monochromatic Colors of #0593af

#0593af

Complementary Color

#0593af #af2105

#0593af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0593af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0593af Color CSS Codes

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

#0593af Text Font Color

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

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


#0593af Background Color

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

This div background color is #0593af


#0593af Border Color

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

This div border color is #0593af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0593af


Comments

No comments written yet.

Please login to write comment.