Color Hex Logo

#361fdf Color Hex

#361FDF
(54,31,223)
0 Favorites   0 Comments

Color spaces of #361fdf

RGB 5431223
HSL0.690.760.50
HSV247°86°87°
CMYK 0.760.860.00   0.13
XYZ15.33067.092070.3729
Yxy7.09200.16520.0764
Hunter Lab26.630856.1535-138.0345
CIE-Lab32.015465.2090-90.1347

#361fdf color RGB value is (54,31,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 11011111
Octal 66 37 337
Decimal 54 31 223
Hex 36 1F DF

RGB Percentages of Color #361fdf

%17.53
%10.06
%72.40

CMYK Percentages of Color #361fdf

%76
%86
%0
%13

Triadic Colors of #361fdf

#361fdf #df361f #1fdf36

Analogous Colors of #361fdf

#361fdf #961fdf #1f68df

Monochromatic Colors of #361fdf

#361fdf

Complementary Color

#361fdf #c8df1f

#361fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fdf Color CSS Codes

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

#361fdf Text Font Color

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

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


#361fdf Background Color

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

This div background color is #361fdf


#361fdf Border Color

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

This div border color is #361fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fdf


Comments

No comments written yet.

Please login to write comment.