Color Hex Logo

#361afb Color Hex

#361AFB
(54,26,251)
0 Favorites   0 Comments

Color spaces of #361afb

RGB 5426251
HSL0.690.970.54
HSV247°90°98°
CMYK 0.780.900.00   0.02
XYZ19.30338.488191.8878
Yxy8.48810.16130.0709
Hunter Lab29.134367.2822-166.6027
CIE-Lab34.979474.1621-101.1048

#361afb color RGB value is (54,26,251).

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

The process color (four color CMYK) of #361afb color hex is 0.78, 0.90, 0.00, 0.02. Web safe color of #361afb is #3333ff. Color #361afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 11111011
Octal 66 32 373
Decimal 54 26 251
Hex 36 1A FB

RGB Percentages of Color #361afb

%16.31
%7.85
%75.83

CMYK Percentages of Color #361afb

%78
%90
%0
%2

Triadic Colors of #361afb

#361afb #fb361a #1afb36

Analogous Colors of #361afb

#361afb #a71afb #1a6ffb

Monochromatic Colors of #361afb

#361afb

Complementary Color

#361afb #dffb1a

#361afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#361afb Color CSS Codes

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

#361afb Text Font Color

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

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


#361afb Background Color

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

This div background color is #361afb


#361afb Border Color

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

This div border color is #361afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361afb


Comments

No comments written yet.

Please login to write comment.