Color Hex Logo

#381366 Color Hex

#381366
(56,19,102)
0 Favorites   0 Comments

Color spaces of #381366

RGB 5619102
HSL0.740.690.24
HSV267°81°40°
CMYK 0.450.810.00   0.60
XYZ4.26202.265812.7831
Yxy2.26580.22070.1173
Hunter Lab15.052624.1987-39.8141
CIE-Lab16.824536.1499-41.3374

#381366 color RGB value is (56,19,102).

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

The process color (four color CMYK) of #381366 color hex is 0.45, 0.81, 0.00, 0.60. Web safe color of #381366 is #330066. Color #381366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010011 01100110
Octal 70 23 146
Decimal 56 19 102
Hex 38 13 66

RGB Percentages of Color #381366

%31.64
%10.73
%57.63

CMYK Percentages of Color #381366

%45
%81
%0
%60

Triadic Colors of #381366

#381366 #663813 #136638

Analogous Colors of #381366

#381366 #611366 #131866

Monochromatic Colors of #381366

#381366

Complementary Color

#381366 #416613

#381366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381366 Color CSS Codes

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

#381366 Text Font Color

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

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


#381366 Background Color

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

This div background color is #381366


#381366 Border Color

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

This div border color is #381366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381366


Comments

No comments written yet.

Please login to write comment.