Color Hex Logo

#361bef Color Hex

#361BEF
(54,27,239)
0 Favorites   0 Comments

Color spaces of #361bef

RGB 5427239
HSL0.690.870.52
HSV248°89°94°
CMYK 0.770.890.00   0.06
XYZ17.49327.800182.2449
Yxy7.80010.16270.0725
Hunter Lab27.928762.9289-155.0484
CIE-Lab33.563170.7775-96.6897

#361bef color RGB value is (54,27,239).

#361bef hex color red value is 54, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #361bef hue: 0.69 , saturation: 0.87 and the lightness value of 361bef is 0.52.

The process color (four color CMYK) of #361bef color hex is 0.77, 0.89, 0.00, 0.06. Web safe color of #361bef is #3333ff. Color #361bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 11101111
Octal 66 33 357
Decimal 54 27 239
Hex 36 1B EF

RGB Percentages of Color #361bef

%16.88
%8.44
%74.69

CMYK Percentages of Color #361bef

%77
%89
%0
%6

Triadic Colors of #361bef

#361bef #ef361b #1bef36

Analogous Colors of #361bef

#361bef #a01bef #1b6aef

Monochromatic Colors of #361bef

#361bef

Complementary Color

#361bef #d4ef1b

#361bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#361bef Color CSS Codes

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

#361bef Text Font Color

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

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


#361bef Background Color

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

This div background color is #361bef


#361bef Border Color

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

This div border color is #361bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361bef


Comments

No comments written yet.

Please login to write comment.