Color Hex Logo

#381173 Color Hex

#381173
(56,17,115)
0 Favorites   0 Comments

Color spaces of #381173

RGB 5617115
HSL0.730.740.26
HSV264°85°45°
CMYK 0.510.850.00   0.55
XYZ4.92582.479516.4386
Yxy2.47950.20660.1040
Hunter Lab15.746428.2821-50.8737
CIE-Lab17.825640.6157-48.1755

#381173 color RGB value is (56,17,115).

#381173 hex color red value is 56, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #381173 hue: 0.73 , saturation: 0.74 and the lightness value of 381173 is 0.26.

The process color (four color CMYK) of #381173 color hex is 0.51, 0.85, 0.00, 0.55. Web safe color of #381173 is #330066. Color #381173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010001 01110011
Octal 70 21 163
Decimal 56 17 115
Hex 38 11 73

RGB Percentages of Color #381173

%29.79
%9.04
%61.17

CMYK Percentages of Color #381173

%51
%85
%0
%55

Triadic Colors of #381173

#381173 #733811 #117338

Analogous Colors of #381173

#381173 #691173 #111b73

Monochromatic Colors of #381173

#381173

Complementary Color

#381173 #4c7311

#381173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381173 Color CSS Codes

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

#381173 Text Font Color

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

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


#381173 Background Color

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

This div background color is #381173


#381173 Border Color

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

This div border color is #381173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381173


Comments

No comments written yet.

Please login to write comment.