Color Hex Logo

#36327d Color Hex

#36327D
(54,50,125)
0 Favorites   0 Comments

Color spaces of #36327d

RGB 5450125
HSL0.680.430.34
HSV243°60°49°
CMYK 0.570.600.00   0.51
XYZ6.36364.546119.9441
Yxy4.54610.20630.1473
Hunter Lab21.321615.9620-40.5344
CIE-Lab25.400424.5791-42.2034

#36327d color RGB value is (54,50,125).

#36327d hex color red value is 54, green value is 50 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #36327d hue: 0.68 , saturation: 0.43 and the lightness value of 36327d is 0.34.

The process color (four color CMYK) of #36327d color hex is 0.57, 0.60, 0.00, 0.51. Web safe color of #36327d is #333366. Color #36327d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 01111101
Octal 66 62 175
Decimal 54 50 125
Hex 36 32 7D

RGB Percentages of Color #36327d

%23.58
%21.83
%54.59

CMYK Percentages of Color #36327d

%57
%60
%0
%51

Triadic Colors of #36327d

#36327d #7d3632 #327d36

Analogous Colors of #36327d

#36327d #5b327d #32547d

Monochromatic Colors of #36327d

#36327d

Complementary Color

#36327d #797d32

#36327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#36327d Color CSS Codes

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

#36327d Text Font Color

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

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


#36327d Background Color

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

This div background color is #36327d


#36327d Border Color

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

This div border color is #36327d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,50,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36327d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36327d;
  -webkit-box-shadow: 1px 1px 3px 2px #36327d;
  box-shadow:         1px 1px 3px 2px #36327d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36327d


Comments

No comments written yet.

Please login to write comment.