Color Hex Logo

#361aba Color Hex

#361ABA
(54,26,186)
0 Favorites   0 Comments

Color spaces of #361aba

RGB 5426186
HSL0.700.750.42
HSV251°86°73°
CMYK 0.710.860.00   0.27
XYZ10.75365.068246.8659
Yxy5.06820.17150.0808
Hunter Lab22.512745.8667-107.6685
CIE-Lab26.928256.7938-76.9924

#361aba color RGB value is (54,26,186).

#361aba hex color red value is 54, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #361aba hue: 0.70 , saturation: 0.75 and the lightness value of 361aba is 0.42.

The process color (four color CMYK) of #361aba color hex is 0.71, 0.86, 0.00, 0.27. Web safe color of #361aba is #3333cc. Color #361aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 10111010
Octal 66 32 272
Decimal 54 26 186
Hex 36 1A BA

RGB Percentages of Color #361aba

%20.30
%9.77
%69.92

CMYK Percentages of Color #361aba

%71
%86
%0
%27

Triadic Colors of #361aba

#361aba #ba361a #1aba36

Analogous Colors of #361aba

#361aba #861aba #1a4eba

Monochromatic Colors of #361aba

#361aba

Complementary Color

#361aba #9eba1a

#361aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#361aba Color CSS Codes

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

#361aba Text Font Color

<p style="color:#361aba">Text here</p>

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


#361aba Background Color

<div style="background-color:#361aba">
Div content here</div>

This div background color is #361aba


#361aba Border Color

<div style="border:3px solid #361aba">
Div here</div>

This div border color is #361aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,26,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361aba;
  -webkit-box-shadow: 1px 1px 3px 2px #361aba;
  box-shadow:         1px 1px 3px 2px #361aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,26,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361aba


Comments

No comments written yet.

Please login to write comment.