Color Hex Logo

#361f5d Color Hex

#361F5D
(54,31,93)
0 Favorites   0 Comments

Color spaces of #361f5d

RGB 543193
HSL0.730.500.24
HSV262°67°36°
CMYK 0.420.670.00   0.64
XYZ3.98712.554610.6389
Yxy2.55460.23210.1487
Hunter Lab15.983116.5576-28.2772
CIE-Lab18.163826.4730-33.2145

#361f5d color RGB value is (54,31,93).

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

The process color (four color CMYK) of #361f5d color hex is 0.42, 0.67, 0.00, 0.64. Web safe color of #361f5d is #333366. Color #361f5d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 01011101
Octal 66 37 135
Decimal 54 31 93
Hex 36 1F 5D

RGB Percentages of Color #361f5d

%30.34
%17.42
%52.25

CMYK Percentages of Color #361f5d

%42
%67
%0
%64

Triadic Colors of #361f5d

#361f5d #5d361f #1f5d36

Analogous Colors of #361f5d

#361f5d #551f5d #1f275d

Monochromatic Colors of #361f5d

#361f5d

Complementary Color

#361f5d #465d1f

#361f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#361f5d Color CSS Codes

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

#361f5d Text Font Color

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

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


#361f5d Background Color

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

This div background color is #361f5d


#361f5d Border Color

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

This div border color is #361f5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361f5d


Comments

No comments written yet.

Please login to write comment.