Color Hex Logo

#362868 Color Hex

#362868
(54,40,104)
0 Favorites   0 Comments

Color spaces of #362868

RGB 5440104
HSL0.700.440.28
HSV253°62°41°
CMYK 0.480.620.00   0.59
XYZ4.77883.301313.4821
Yxy3.30130.22160.1531
Hunter Lab18.169515.1511-31.2757
CIE-Lab21.212324.1449-35.5257

#362868 color RGB value is (54,40,104).

#362868 hex color red value is 54, green value is 40 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #362868 hue: 0.70 , saturation: 0.44 and the lightness value of 362868 is 0.28.

The process color (four color CMYK) of #362868 color hex is 0.48, 0.62, 0.00, 0.59. Web safe color of #362868 is #333366. Color #362868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101000 01101000
Octal 66 50 150
Decimal 54 40 104
Hex 36 28 68

RGB Percentages of Color #362868

%27.27
%20.20
%52.53

CMYK Percentages of Color #362868

%48
%62
%0
%59

Triadic Colors of #362868

#362868 #683628 #286836

Analogous Colors of #362868

#362868 #562868 #283a68

Monochromatic Colors of #362868

#362868

Complementary Color

#362868 #5a6828

#362868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#362868 Color CSS Codes

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

#362868 Text Font Color

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

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


#362868 Background Color

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

This div background color is #362868


#362868 Border Color

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

This div border color is #362868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362868


Comments

No comments written yet.

Please login to write comment.