Color Hex Logo

#361bda Color Hex

#361BDA
(54,27,218)
0 Favorites   0 Comments

Color spaces of #361bda

RGB 5427218
HSL0.690.780.48
HSV248°88°85°
CMYK 0.750.880.00   0.15
XYZ14.56816.630166.8416
Yxy6.63010.16550.0753
Hunter Lab25.749055.9299-135.8862
CIE-Lab30.949565.2141-89.0303

#361bda color RGB value is (54,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 11011010
Octal 66 33 332
Decimal 54 27 218
Hex 36 1B DA

RGB Percentages of Color #361bda

%18.06
%9.03
%72.91

CMYK Percentages of Color #361bda

%75
%88
%0
%15

Triadic Colors of #361bda

#361bda #da361b #1bda36

Analogous Colors of #361bda

#361bda #961bda #1b5fda

Monochromatic Colors of #361bda

#361bda

Complementary Color

#361bda #bfda1b

#361bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#361bda Color CSS Codes

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

#361bda Text Font Color

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

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


#361bda Background Color

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

This div background color is #361bda


#361bda Border Color

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

This div border color is #361bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,27,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 #361bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361bda


Comments

No comments written yet.

Please login to write comment.