Color Hex Logo

#371368 Color Hex

#371368
(55,19,104)
0 Favorites   0 Comments

Color spaces of #371368

RGB 5519104
HSL0.740.690.24
HSV265°82°41°
CMYK 0.470.820.00   0.59
XYZ4.30712.277413.3093
Yxy2.27740.21650.1145
Hunter Lab15.091124.5359-41.7261
CIE-Lab16.880536.5332-42.5667

#371368 color RGB value is (55,19,104).

#371368 hex color red value is 55, green value is 19 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #371368 hue: 0.74 , saturation: 0.69 and the lightness value of 371368 is 0.24.

The process color (four color CMYK) of #371368 color hex is 0.47, 0.82, 0.00, 0.59. Web safe color of #371368 is #330066. Color #371368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010011 01101000
Octal 67 23 150
Decimal 55 19 104
Hex 37 13 68

RGB Percentages of Color #371368

%30.90
%10.67
%58.43

CMYK Percentages of Color #371368

%47
%82
%0
%59

Triadic Colors of #371368

#371368 #683713 #136837

Analogous Colors of #371368

#371368 #621368 #131a68

Monochromatic Colors of #371368

#371368

Complementary Color

#371368 #446813

#371368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371368 Color CSS Codes

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

#371368 Text Font Color

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

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


#371368 Background Color

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

This div background color is #371368


#371368 Border Color

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

This div border color is #371368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,19,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 #371368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371368


Comments

No comments written yet.

Please login to write comment.