Color Hex Logo

#361af6 Color Hex

#361AF6
(54,26,246)
0 Favorites   0 Comments

Color spaces of #361af6

RGB 5426246
HSL0.690.920.53
HSV248°89°96°
CMYK 0.780.890.00   0.04
XYZ18.52538.176987.7907
Yxy8.17690.16180.0714
Hunter Lab28.595365.5985-162.0102
CIE-Lab34.348672.8784-99.3405

#361af6 color RGB value is (54,26,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 11110110
Octal 66 32 366
Decimal 54 26 246
Hex 36 1A F6

RGB Percentages of Color #361af6

%16.56
%7.98
%75.46

CMYK Percentages of Color #361af6

%78
%89
%0
%4

Triadic Colors of #361af6

#361af6 #f6361a #1af636

Analogous Colors of #361af6

#361af6 #a41af6 #1a6cf6

Monochromatic Colors of #361af6

#361af6

Complementary Color

#361af6 #daf61a

#361af6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361af6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361af6 Color CSS Codes

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

#361af6 Text Font Color

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

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


#361af6 Background Color

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

This div background color is #361af6


#361af6 Border Color

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

This div border color is #361af6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361af6


Comments

No comments written yet.

Please login to write comment.