Color Hex Logo

#318dec Color Hex

#318DEC
(49,141,236)
0 Favorites   0 Comments

Color spaces of #318dec

RGB 49141236
HSL0.580.830.56
HSV210°79°93°
CMYK 0.790.400.00   0.07
XYZ25.931825.758882.9621
Yxy25.75880.19260.1913
Hunter Lab50.75312.3848-61.3895
CIE-Lab57.80746.1556-55.4170

#318dec color RGB value is (49,141,236).

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

The process color (four color CMYK) of #318dec color hex is 0.79, 0.40, 0.00, 0.07. Web safe color of #318dec is #3399ff. Color #318dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001101 11101100
Octal 61 215 354
Decimal 49 141 236
Hex 31 8D EC

RGB Percentages of Color #318dec

%11.50
%33.10
%55.40

CMYK Percentages of Color #318dec

%79
%40
%0
%7

Triadic Colors of #318dec

#318dec #ec318d #8dec31

Analogous Colors of #318dec

#318dec #3331ec #31ebec

Monochromatic Colors of #318dec

#318dec

Complementary Color

#318dec #ec9031

#318dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#318dec Color CSS Codes

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

#318dec Text Font Color

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

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


#318dec Background Color

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

This div background color is #318dec


#318dec Border Color

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

This div border color is #318dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318dec


Comments

No comments written yet.

Please login to write comment.