Color Hex Logo

#361fda Color Hex

#361FDA
(54,31,218)
0 Favorites   0 Comments

Color spaces of #361fda

RGB 5431218
HSL0.690.750.49
HSV247°86°85°
CMYK 0.750.860.00   0.15
XYZ14.66626.826266.8743
Yxy6.82620.16600.0772
Hunter Lab26.127054.4774-133.4690
CIE-Lab31.407963.8375-88.2677

#361fda color RGB value is (54,31,218).

#361fda hex color red value is 54, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #361fda hue: 0.69 , saturation: 0.75 and the lightness value of 361fda is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 11011010
Octal 66 37 332
Decimal 54 31 218
Hex 36 1F DA

RGB Percentages of Color #361fda

%17.82
%10.23
%71.95

CMYK Percentages of Color #361fda

%75
%86
%0
%15

Triadic Colors of #361fda

#361fda #da361f #1fda36

Analogous Colors of #361fda

#361fda #941fda #1f66da

Monochromatic Colors of #361fda

#361fda

Complementary Color

#361fda #c3da1f

#361fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fda Color CSS Codes

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

#361fda Text Font Color

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

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


#361fda Background Color

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

This div background color is #361fda


#361fda Border Color

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

This div border color is #361fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fda


Comments

No comments written yet.

Please login to write comment.