Color Hex Logo

#380767 Color Hex

#380767
(56,7,103)
0 Favorites   0 Comments

Color spaces of #380767

RGB 567103
HSL0.750.870.22
HSV271°93°40°
CMYK 0.460.930.00   0.60
XYZ4.15501.972012.9936
Yxy1.97200.21730.1031
Hunter Lab14.042828.2399-45.0303
CIE-Lab15.339641.0512-44.4322

#380767 color RGB value is (56,7,103).

#380767 hex color red value is 56, green value is 7 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #380767 hue: 0.75 , saturation: 0.87 and the lightness value of 380767 is 0.22.

The process color (four color CMYK) of #380767 color hex is 0.46, 0.93, 0.00, 0.60. Web safe color of #380767 is #330066. Color #380767 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 01100111
Octal 70 7 147
Decimal 56 7 103
Hex 38 7 67

RGB Percentages of Color #380767

%33.73
%4.22
%62.05

CMYK Percentages of Color #380767

%46
%93
%0
%60

Triadic Colors of #380767

#380767 #673807 #076738

Analogous Colors of #380767

#380767 #670766 #080767

Monochromatic Colors of #380767

#380767

Complementary Color

#380767 #366707

#380767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380767 Color CSS Codes

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

#380767 Text Font Color

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

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


#380767 Background Color

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

This div background color is #380767


#380767 Border Color

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

This div border color is #380767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380767


Comments

No comments written yet.

Please login to write comment.