Color Hex Logo

#361abb Color Hex

#361ABB
(54,26,187)
0 Favorites   0 Comments

Color spaces of #361abb

RGB 5426187
HSL0.700.760.42
HSV250°86°73°
CMYK 0.710.860.00   0.27
XYZ10.86045.110947.4278
Yxy5.11090.17130.0806
Hunter Lab22.607346.1875-108.5592
CIE-Lab27.048457.0735-77.3862

#361abb color RGB value is (54,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 10111011
Octal 66 32 273
Decimal 54 26 187
Hex 36 1A BB

RGB Percentages of Color #361abb

%20.22
%9.74
%70.04

CMYK Percentages of Color #361abb

%71
%86
%0
%27

Triadic Colors of #361abb

#361abb #bb361a #1abb36

Analogous Colors of #361abb

#361abb #871abb #1a4ebb

Monochromatic Colors of #361abb

#361abb

Complementary Color

#361abb #9fbb1a

#361abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#361abb Color CSS Codes

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

#361abb Text Font Color

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

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


#361abb Background Color

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

This div background color is #361abb


#361abb Border Color

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

This div border color is #361abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361abb


Comments

No comments written yet.

Please login to write comment.