Color Hex Logo

#361bdb Color Hex

#361BDB
(54,27,219)
0 Favorites   0 Comments

Color spaces of #361bdb

RGB 5427219
HSL0.690.780.48
HSV248°88°86°
CMYK 0.750.880.00   0.14
XYZ14.69946.682667.5330
Yxy6.68260.16530.0752
Hunter Lab25.850756.2610-136.7950
CIE-Lab31.073165.4828-89.4013

#361bdb color RGB value is (54,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 11011011
Octal 66 33 333
Decimal 54 27 219
Hex 36 1B DB

RGB Percentages of Color #361bdb

%18.00
%9.00
%73.00

CMYK Percentages of Color #361bdb

%75
%88
%0
%14

Triadic Colors of #361bdb

#361bdb #db361b #1bdb36

Analogous Colors of #361bdb

#361bdb #961bdb #1b60db

Monochromatic Colors of #361bdb

#361bdb

Complementary Color

#361bdb #c0db1b

#361bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#361bdb Color CSS Codes

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

#361bdb Text Font Color

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

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


#361bdb Background Color

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

This div background color is #361bdb


#361bdb Border Color

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

This div border color is #361bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361bdb


Comments

No comments written yet.

Please login to write comment.