Color Hex Logo

#363dad Color Hex

#363DAD
(54,61,173)
0 Favorites   0 Comments

Color spaces of #363dad

RGB 5461173
HSL0.660.520.45
HSV236°69°68°
CMYK 0.690.650.00   0.32
XYZ10.73297.138940.3474
Yxy7.13890.18440.1226
Hunter Lab26.718724.9456-70.8295
CIE-Lab32.121034.2555-60.6858

#363dad color RGB value is (54,61,173).

#363dad hex color red value is 54, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #363dad hue: 0.66 , saturation: 0.52 and the lightness value of 363dad is 0.45.

The process color (four color CMYK) of #363dad color hex is 0.69, 0.65, 0.00, 0.32. Web safe color of #363dad is #333399. Color #363dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111101 10101101
Octal 66 75 255
Decimal 54 61 173
Hex 36 3D AD

RGB Percentages of Color #363dad

%18.75
%21.18
%60.07

CMYK Percentages of Color #363dad

%69
%65
%0
%32

Triadic Colors of #363dad

#363dad #ad363d #3dad36

Analogous Colors of #363dad

#363dad #6b36ad #3679ad

Monochromatic Colors of #363dad

#363dad

Complementary Color

#363dad #ada636

#363dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#363dad Color CSS Codes

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

#363dad Text Font Color

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

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


#363dad Background Color

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

This div background color is #363dad


#363dad Border Color

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

This div border color is #363dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,61,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 #363dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363dad


Comments

No comments written yet.

Please login to write comment.