Color Hex Logo

#3127af Color Hex

#3127AF
(49,39,175)
0 Favorites   0 Comments

Color spaces of #3127af

RGB 4939175
HSL0.680.640.42
HSV244°78°69°
CMYK 0.720.780.00   0.31
XYZ9.73005.199241.0481
Yxy5.19920.17380.0929
Hunter Lab22.801836.2667-90.7736
CIE-Lab27.294947.2829-69.8336

#3127af color RGB value is (49,39,175).

#3127af hex color red value is 49, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3127af hue: 0.68 , saturation: 0.64 and the lightness value of 3127af is 0.42.

The process color (four color CMYK) of #3127af color hex is 0.72, 0.78, 0.00, 0.31. Web safe color of #3127af is #333399. Color #3127af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100111 10101111
Octal 61 47 257
Decimal 49 39 175
Hex 31 27 AF

RGB Percentages of Color #3127af

%18.63
%14.83
%66.54

CMYK Percentages of Color #3127af

%72
%78
%0
%31

Triadic Colors of #3127af

#3127af #af3127 #27af31

Analogous Colors of #3127af

#3127af #7527af #2761af

Monochromatic Colors of #3127af

#3127af

Complementary Color

#3127af #a5af27

#3127af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3127af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3127af Color CSS Codes

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

#3127af Text Font Color

<p style="color:#3127af">Text here</p>

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


#3127af Background Color

<div style="background-color:#3127af">
Div content here</div>

This div background color is #3127af


#3127af Border Color

<div style="border:3px solid #3127af">
Div here</div>

This div border color is #3127af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,39,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3127af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3127af;
  -webkit-box-shadow: 1px 1px 3px 2px #3127af;
  box-shadow:         1px 1px 3px 2px #3127af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3127af


Comments

No comments written yet.

Please login to write comment.