Color Hex Logo

#318cea Color Hex

#318CEA
(49,140,234)
0 Favorites   0 Comments

Color spaces of #318cea

RGB 49140234
HSL0.580.810.55
HSV210°79°92°
CMYK 0.790.400.00   0.08
XYZ25.496025.349681.3911
Yxy25.34960.19280.1917
Hunter Lab50.34842.2812-60.6019
CIE-Lab57.41456.0223-54.9340

#318cea color RGB value is (49,140,234).

#318cea hex color red value is 49, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #318cea hue: 0.58 , saturation: 0.81 and the lightness value of 318cea is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001100 11101010
Octal 61 214 352
Decimal 49 140 234
Hex 31 8C EA

RGB Percentages of Color #318cea

%11.58
%33.10
%55.32

CMYK Percentages of Color #318cea

%79
%40
%0
%8

Triadic Colors of #318cea

#318cea #ea318c #8cea31

Analogous Colors of #318cea

#318cea #3231ea #31e9ea

Monochromatic Colors of #318cea

#318cea

Complementary Color

#318cea #ea8f31

#318cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#318cea Color CSS Codes

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

#318cea Text Font Color

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

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


#318cea Background Color

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

This div background color is #318cea


#318cea Border Color

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

This div border color is #318cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318cea


Comments

No comments written yet.

Please login to write comment.