Color Hex Logo

#361aeb Color Hex

#361AEB
(54,26,235)
0 Favorites   0 Comments

Color spaces of #361aeb

RGB 5426235
HSL0.690.840.51
HSV248°89°92°
CMYK 0.770.890.00   0.08
XYZ16.88617.521279.1590
Yxy7.52120.16300.0726
Hunter Lab27.424861.9132-151.9374
CIE-Lab32.965170.0257-95.4134

#361aeb color RGB value is (54,26,235).

#361aeb hex color red value is 54, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #361aeb hue: 0.69 , saturation: 0.84 and the lightness value of 361aeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 11101011
Octal 66 32 353
Decimal 54 26 235
Hex 36 1A EB

RGB Percentages of Color #361aeb

%17.14
%8.25
%74.60

CMYK Percentages of Color #361aeb

%77
%89
%0
%8

Triadic Colors of #361aeb

#361aeb #eb361a #1aeb36

Analogous Colors of #361aeb

#361aeb #9f1aeb #1a67eb

Monochromatic Colors of #361aeb

#361aeb

Complementary Color

#361aeb #cfeb1a

#361aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#361aeb Color CSS Codes

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

#361aeb Text Font Color

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

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


#361aeb Background Color

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

This div background color is #361aeb


#361aeb Border Color

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

This div border color is #361aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361aeb


Comments

No comments written yet.

Please login to write comment.