Color Hex Logo

#315eca Color Hex

#315ECA
(49,94,202)
0 Favorites   0 Comments

Color spaces of #315eca

RGB 4994202
HSL0.620.610.49
HSV222°76°79°
CMYK 0.760.530.00   0.21
XYZ15.930012.922657.5318
Yxy12.92260.18440.1496
Hunter Lab35.948016.1914-69.7251
CIE-Lab42.646422.8878-60.5741

#315eca color RGB value is (49,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011110 11001010
Octal 61 136 312
Decimal 49 94 202
Hex 31 5E CA

RGB Percentages of Color #315eca

%14.20
%27.25
%58.55

CMYK Percentages of Color #315eca

%76
%53
%0
%21

Triadic Colors of #315eca

#315eca #ca315e #5eca31

Analogous Colors of #315eca

#315eca #5031ca #31abca

Monochromatic Colors of #315eca

#315eca

Complementary Color

#315eca #ca9d31

#315eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#315eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#315eca Color CSS Codes

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

#315eca Text Font Color

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

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


#315eca Background Color

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

This div background color is #315eca


#315eca Border Color

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

This div border color is #315eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,94,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 #315eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #315eca


Comments

No comments written yet.

Please login to write comment.