Color Hex Logo

#318dad Color Hex

#318DAD
(49,141,173)
0 Favorites   0 Comments

Color spaces of #318dad

RGB 49141173
HSL0.540.560.44
HSV195°72°68°
CMYK 0.720.180.00   0.32
XYZ18.334322.719942.9542
Yxy22.71990.21820.2704
Hunter Lab47.6654-14.7551-20.0641
CIE-Lab54.7826-16.1991-24.6435

#318dad color RGB value is (49,141,173).

#318dad hex color red value is 49, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #318dad hue: 0.54 , saturation: 0.56 and the lightness value of 318dad is 0.44.

The process color (four color CMYK) of #318dad color hex is 0.72, 0.18, 0.00, 0.32. Web safe color of #318dad is #339999. Color #318dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 10101101
Octal 61 215 255
Decimal 49 141 173
Hex 31 8D AD

RGB Percentages of Color #318dad

%13.50
%38.84
%47.66

CMYK Percentages of Color #318dad

%72
%18
%0
%32

Triadic Colors of #318dad

#318dad #ad318d #8dad31

Analogous Colors of #318dad

#318dad #314fad #31ad8f

Monochromatic Colors of #318dad

#318dad

Complementary Color

#318dad #ad5131

#318dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#318dad Color CSS Codes

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

#318dad Text Font Color

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

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


#318dad Background Color

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

This div background color is #318dad


#318dad Border Color

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

This div border color is #318dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,141,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #318dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #318dad;
  -webkit-box-shadow: 1px 1px 3px 2px #318dad;
  box-shadow:         1px 1px 3px 2px #318dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,141,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318dad


Comments

No comments written yet.

Please login to write comment.