Color Hex Logo

#362aad Color Hex

#362AAD
(54,42,173)
0 Favorites   0 Comments

Color spaces of #362aad

RGB 5442173
HSL0.680.610.42
HSV245°76°68°
CMYK 0.690.760.00   0.32
XYZ9.89215.457340.0672
Yxy5.45730.17850.0985
Hunter Lab23.360934.7039-85.3382
CIE-Lab27.999845.5364-67.4581

#362aad color RGB value is (54,42,173).

#362aad hex color red value is 54, green value is 42 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #362aad hue: 0.68 , saturation: 0.61 and the lightness value of 362aad is 0.42.

The process color (four color CMYK) of #362aad color hex is 0.69, 0.76, 0.00, 0.32. Web safe color of #362aad is #333399. Color #362aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101010 10101101
Octal 66 52 255
Decimal 54 42 173
Hex 36 2A AD

RGB Percentages of Color #362aad

%20.07
%15.61
%64.31

CMYK Percentages of Color #362aad

%69
%76
%0
%32

Triadic Colors of #362aad

#362aad #ad362a #2aad36

Analogous Colors of #362aad

#362aad #782aad #2a5fad

Monochromatic Colors of #362aad

#362aad

Complementary Color

#362aad #a1ad2a

#362aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#362aad Color CSS Codes

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

#362aad Text Font Color

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

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


#362aad Background Color

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

This div background color is #362aad


#362aad Border Color

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

This div border color is #362aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,42,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #362aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #362aad;
  -webkit-box-shadow: 1px 1px 3px 2px #362aad;
  box-shadow:         1px 1px 3px 2px #362aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362aad


Comments

No comments written yet.

Please login to write comment.