Color Hex Logo

#318abf Color Hex

#318ABF
(49,138,191)
0 Favorites   0 Comments

Color spaces of #318abf

RGB 49138191
HSL0.560.590.47
HSV202°74°75°
CMYK 0.740.280.00   0.25
XYZ19.759122.591552.6094
Yxy22.59150.20810.2379
Hunter Lab47.5305-8.9735-32.3541
CIE-Lab54.6491-8.3255-35.1304

#318abf color RGB value is (49,138,191).

#318abf hex color red value is 49, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #318abf hue: 0.56 , saturation: 0.59 and the lightness value of 318abf is 0.47.

The process color (four color CMYK) of #318abf color hex is 0.74, 0.28, 0.00, 0.25. Web safe color of #318abf is #3399cc. Color #318abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001010 10111111
Octal 61 212 277
Decimal 49 138 191
Hex 31 8A BF

RGB Percentages of Color #318abf

%12.96
%36.51
%50.53

CMYK Percentages of Color #318abf

%74
%28
%0
%25

Triadic Colors of #318abf

#318abf #bf318a #8abf31

Analogous Colors of #318abf

#318abf #3143bf #31bfad

Monochromatic Colors of #318abf

#318abf

Complementary Color

#318abf #bf6631

#318abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#318abf Color CSS Codes

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

#318abf Text Font Color

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

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


#318abf Background Color

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

This div background color is #318abf


#318abf Border Color

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

This div border color is #318abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318abf


Comments

No comments written yet.

Please login to write comment.