Color Hex Logo

#318eca Color Hex

#318ECA
(49,142,202)
0 Favorites   0 Comments

Color spaces of #318eca

RGB 49142202
HSL0.570.610.49
HSV204°76°79°
CMYK 0.760.300.00   0.21
XYZ21.600324.263259.4219
Yxy24.26320.20520.2305
Hunter Lab49.2577-7.9258-37.0440
CIE-Lab56.3504-6.7305-38.6982

#318eca color RGB value is (49,142,202).

#318eca hex color red value is 49, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #318eca hue: 0.57 , saturation: 0.61 and the lightness value of 318eca is 0.49.

The process color (four color CMYK) of #318eca color hex is 0.76, 0.30, 0.00, 0.21. Web safe color of #318eca is #3399cc. Color #318eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001110 11001010
Octal 61 216 312
Decimal 49 142 202
Hex 31 8E CA

RGB Percentages of Color #318eca

%12.47
%36.13
%51.40

CMYK Percentages of Color #318eca

%76
%30
%0
%21

Triadic Colors of #318eca

#318eca #ca318e #8eca31

Analogous Colors of #318eca

#318eca #3141ca #31caba

Monochromatic Colors of #318eca

#318eca

Complementary Color

#318eca #ca6d31

#318eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#318eca Color CSS Codes

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

#318eca Text Font Color

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

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


#318eca Background Color

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

This div background color is #318eca


#318eca Border Color

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

This div border color is #318eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318eca


Comments

No comments written yet.

Please login to write comment.