Color Hex Logo

#360041 Color Hex

#360041
(54,0,65)
0 Favorites   0 Comments

Color spaces of #360041

RGB 54065
HSL0.811.000.13
HSV290°100°25°
CMYK 0.171.000.00   0.75
XYZ2.47551.16595.0956
Yxy1.16590.28330.1334
Hunter Lab10.797722.0273-20.4215
CIE-Lab10.303434.8335-26.7227

#360041 color RGB value is (54,0,65).

#360041 hex color red value is 54, green value is 0 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #360041 hue: 0.81 , saturation: 1.00 and the lightness value of 360041 is 0.13.

The process color (four color CMYK) of #360041 color hex is 0.17, 1.00, 0.00, 0.75. Web safe color of #360041 is #330033. Color #360041 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00000000 01000001
Octal 66 0 101
Decimal 54 0 65
Hex 36 0 41

RGB Percentages of Color #360041

%45.38
%0.00
%54.62

CMYK Percentages of Color #360041

%17
%100
%0
%75

Triadic Colors of #360041

#360041 #413600 #004136

Analogous Colors of #360041

#360041 #41002c #150041

Monochromatic Colors of #360041

#360041

Complementary Color

#360041 #0b4100

#360041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360041 Color CSS Codes

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

#360041 Text Font Color

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

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


#360041 Background Color

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

This div background color is #360041


#360041 Border Color

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

This div border color is #360041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,0,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #360041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #360041;
  -webkit-box-shadow: 1px 1px 3px 2px #360041;
  box-shadow:         1px 1px 3px 2px #360041; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360041


Comments

No comments written yet.

Please login to write comment.