Color Hex Logo

#36125b Color Hex

#36125B
(54,18,91)
0 Favorites   0 Comments

Color spaces of #36125b

RGB 541891
HSL0.750.670.21
HSV270°80°36°
CMYK 0.410.800.00   0.64
XYZ3.62601.972210.0871
Yxy1.97220.23120.1257
Hunter Lab14.043521.5122-32.7561
CIE-Lab15.340733.2299-36.4609

#36125b color RGB value is (54,18,91).

#36125b hex color red value is 54, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #36125b hue: 0.75 , saturation: 0.67 and the lightness value of 36125b is 0.21.

The process color (four color CMYK) of #36125b color hex is 0.41, 0.80, 0.00, 0.64. Web safe color of #36125b is #330066. Color #36125b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010010 01011011
Octal 66 22 133
Decimal 54 18 91
Hex 36 12 5B

RGB Percentages of Color #36125b

%33.13
%11.04
%55.83

CMYK Percentages of Color #36125b

%41
%80
%0
%64

Triadic Colors of #36125b

#36125b #5b3612 #125b36

Analogous Colors of #36125b

#36125b #5b125b #12135b

Monochromatic Colors of #36125b

#36125b

Complementary Color

#36125b #375b12

#36125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#36125b Color CSS Codes

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

#36125b Text Font Color

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

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


#36125b Background Color

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

This div background color is #36125b


#36125b Border Color

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

This div border color is #36125b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,18,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36125b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36125b;
  -webkit-box-shadow: 1px 1px 3px 2px #36125b;
  box-shadow:         1px 1px 3px 2px #36125b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36125b


Comments

No comments written yet.

Please login to write comment.