Color Hex Logo

#363add Color Hex

#363ADD
(54,58,221)
0 Favorites   0 Comments

Color spaces of #363add

RGB 5458221
HSL0.660.710.54
HSV239°76°87°
CMYK 0.760.740.00   0.13
XYZ16.08559.030869.3019
Yxy9.03080.17040.0956
Hunter Lab30.051342.9556-115.6940
CIE-Lab36.043552.2425-82.3080

#363add color RGB value is (54,58,221).

#363add hex color red value is 54, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #363add hue: 0.66 , saturation: 0.71 and the lightness value of 363add is 0.54.

The process color (four color CMYK) of #363add color hex is 0.76, 0.74, 0.00, 0.13. Web safe color of #363add is #3333cc. Color #363add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111010 11011101
Octal 66 72 335
Decimal 54 58 221
Hex 36 3A DD

RGB Percentages of Color #363add

%16.22
%17.42
%66.37

CMYK Percentages of Color #363add

%76
%74
%0
%13

Triadic Colors of #363add

#363add #dd363a #3add36

Analogous Colors of #363add

#363add #8636dd #368edd

Monochromatic Colors of #363add

#363add

Complementary Color

#363add #ddd936

#363add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363add Color Preview on White Background

Lorem ipsum dolor sit amet.

#363add Color CSS Codes

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

#363add Text Font Color

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

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


#363add Background Color

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

This div background color is #363add


#363add Border Color

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

This div border color is #363add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363add


Comments

No comments written yet.

Please login to write comment.