Color Hex Logo

#363880 Color Hex

#363880
(54,56,128)
0 Favorites   0 Comments

Color spaces of #363880

RGB 5456128
HSL0.660.410.36
HSV238°58°50°
CMYK 0.580.560.00   0.50
XYZ6.83185.171121.0601
Yxy5.17110.20660.1564
Hunter Lab22.740113.8317-38.9918
CIE-Lab27.216821.6118-41.1519

#363880 color RGB value is (54,56,128).

#363880 hex color red value is 54, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #363880 hue: 0.66 , saturation: 0.41 and the lightness value of 363880 is 0.36.

The process color (four color CMYK) of #363880 color hex is 0.58, 0.56, 0.00, 0.50. Web safe color of #363880 is #333399. Color #363880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111000 10000000
Octal 66 70 200
Decimal 54 56 128
Hex 36 38 80

RGB Percentages of Color #363880

%22.69
%23.53
%53.78

CMYK Percentages of Color #363880

%58
%56
%0
%50

Triadic Colors of #363880

#363880 #803638 #388036

Analogous Colors of #363880

#363880 #593680 #365d80

Monochromatic Colors of #363880

#363880

Complementary Color

#363880 #807e36

#363880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363880 Color CSS Codes

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

#363880 Text Font Color

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

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


#363880 Background Color

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

This div background color is #363880


#363880 Border Color

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

This div border color is #363880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,56,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363880;
  -webkit-box-shadow: 1px 1px 3px 2px #363880;
  box-shadow:         1px 1px 3px 2px #363880; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363880


Comments

No comments written yet.

Please login to write comment.