Color Hex Logo

#361dae Color Hex

#361DAE
(54,29,174)
0 Favorites   0 Comments

Color spaces of #361dae

RGB 5429174
HSL0.700.710.40
HSV250°83°68°
CMYK 0.690.830.00   0.32
XYZ9.60074.719040.4492
Yxy4.71900.17530.0862
Hunter Lab21.723340.8732-95.1930
CIE-Lab25.918752.1741-71.5002

#361dae color RGB value is (54,29,174).

#361dae hex color red value is 54, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #361dae hue: 0.70 , saturation: 0.71 and the lightness value of 361dae is 0.40.

The process color (four color CMYK) of #361dae color hex is 0.69, 0.83, 0.00, 0.32. Web safe color of #361dae is #333399. Color #361dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011101 10101110
Octal 66 35 256
Decimal 54 29 174
Hex 36 1D AE

RGB Percentages of Color #361dae

%21.01
%11.28
%67.70

CMYK Percentages of Color #361dae

%69
%83
%0
%32

Triadic Colors of #361dae

#361dae #ae361d #1dae36

Analogous Colors of #361dae

#361dae #7f1dae #1d4dae

Monochromatic Colors of #361dae

#361dae

Complementary Color

#361dae #95ae1d

#361dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#361dae Color CSS Codes

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

#361dae Text Font Color

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

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


#361dae Background Color

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

This div background color is #361dae


#361dae Border Color

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

This div border color is #361dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361dae


Comments

No comments written yet.

Please login to write comment.