Color Hex Logo

#3149ca Color Hex

#3149CA
(49,73,202)
0 Favorites   0 Comments

Color spaces of #3149ca

RGB 4973202
HSL0.640.610.49
HSV231°76°79°
CMYK 0.760.640.00   0.21
XYZ14.30989.682356.9918
Yxy9.68230.17670.1196
Hunter Lab31.116427.6348-86.8122
CIE-Lab37.266136.3967-69.3430

#3149ca color RGB value is (49,73,202).

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

The process color (four color CMYK) of #3149ca color hex is 0.76, 0.64, 0.00, 0.21. Web safe color of #3149ca is #3333cc. Color #3149ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001001 11001010
Octal 61 111 312
Decimal 49 73 202
Hex 31 49 CA

RGB Percentages of Color #3149ca

%15.12
%22.53
%62.35

CMYK Percentages of Color #3149ca

%76
%64
%0
%21

Triadic Colors of #3149ca

#3149ca #ca3149 #49ca31

Analogous Colors of #3149ca

#3149ca #6631ca #3196ca

Monochromatic Colors of #3149ca

#3149ca

Complementary Color

#3149ca #cab231

#3149ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3149ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3149ca Color CSS Codes

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

#3149ca Text Font Color

<p style="color:#3149ca">Text here</p>

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


#3149ca Background Color

<div style="background-color:#3149ca">
Div content here</div>

This div background color is #3149ca


#3149ca Border Color

<div style="border:3px solid #3149ca">
Div here</div>

This div border color is #3149ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3149ca


Comments

No comments written yet.

Please login to write comment.