Color Hex Logo

#3126dc Color Hex

#3126DC
(49,38,220)
0 Favorites   0 Comments

Color spaces of #3126dc

RGB 4938220
HSL0.680.720.51
HSV244°83°86°
CMYK 0.780.830.00   0.14
XYZ14.87807.206568.3170
Yxy7.20650.16460.0797
Hunter Lab26.844951.9497-132.0942
CIE-Lab32.272561.3959-87.9910

#3126dc color RGB value is (49,38,220).

#3126dc hex color red value is 49, green value is 38 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3126dc hue: 0.68 , saturation: 0.72 and the lightness value of 3126dc is 0.51.

The process color (four color CMYK) of #3126dc color hex is 0.78, 0.83, 0.00, 0.14. Web safe color of #3126dc is #3333cc. Color #3126dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100110 11011100
Octal 61 46 334
Decimal 49 38 220
Hex 31 26 DC

RGB Percentages of Color #3126dc

%15.96
%12.38
%71.66

CMYK Percentages of Color #3126dc

%78
%83
%0
%14

Triadic Colors of #3126dc

#3126dc #dc3126 #26dc31

Analogous Colors of #3126dc

#3126dc #8c26dc #2676dc

Monochromatic Colors of #3126dc

#3126dc

Complementary Color

#3126dc #d1dc26

#3126dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3126dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3126dc Color CSS Codes

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

#3126dc Text Font Color

<p style="color:#3126dc">Text here</p>

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


#3126dc Background Color

<div style="background-color:#3126dc">
Div content here</div>

This div background color is #3126dc


#3126dc Border Color

<div style="border:3px solid #3126dc">
Div here</div>

This div border color is #3126dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,38,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3126dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3126dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3126dc;
  box-shadow:         1px 1px 3px 2px #3126dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3126dc


Comments

No comments written yet.

Please login to write comment.